This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients georg.brandl, kushal.das, larry, serhiy.storchaka, terry.reedy, v+python
Date 2012-09-28.20:13:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348863212.1.0.428049394191.issue16074@psf.upfronthosting.co.za>
In-reply-to
Content
As Serhiy says, which filename to display is wholly context-sensitive to which errno it is.  And there's no cheap way to display both.  The cheap fix is to call path_error with a nulled-out "path" object; this will display the error without a filename.

Patch doing this attached.

By default we can't fix this in 3.3.0.  I'll add Georg on the off chance he wants to cherry-pick it.

Perhaps for 3.3.1 I can fix this properly, with a switch on the errno.
History
Date User Action Args
2012-09-28 20:13:32larrysetrecipients: + larry, georg.brandl, terry.reedy, v+python, serhiy.storchaka, kushal.das
2012-09-28 20:13:32larrysetmessageid: <1348863212.1.0.428049394191.issue16074@psf.upfronthosting.co.za>
2012-09-28 20:13:32larrylinkissue16074 messages
2012-09-28 20:13:32larrycreate