Comment 2 for bug 338653

Revision history for this message
Martin Pool (mbp) wrote : Re: OSError is printed without a useful filename

We actually have a test_format_os_error that tries to handle this, but it actually generates an IOError and they don't behave in quite the same way. An IOError's message includes the filename, but OSError does not, at least in python2.6.