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 Arfrever, ezio.melotti, georg.brandl, jderose, jwilk, kushal.das, larry, serhiy.storchaka, terry.reedy, v+python, vajrasky
Date 2014-02-03.14:24:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391437454.83.0.962691834348.issue16074@psf.upfronthosting.co.za>
In-reply-to
Content
As release manager, I would be willing to consider this patch.  However, as original author of the code in question, I don't like it.  Showing zero filenames, while potentially less confusing, is also far less helpful.  A better solution would be to show both filenames.  This would require changing the OSError exception, and adding some new PyErr_ API calls.  I'm now working on a patch to do that.
History
Date User Action Args
2014-02-03 14:24:14larrysetrecipients: + larry, georg.brandl, terry.reedy, jwilk, ezio.melotti, Arfrever, v+python, jderose, serhiy.storchaka, kushal.das, vajrasky
2014-02-03 14:24:14larrysetmessageid: <1391437454.83.0.962691834348.issue16074@psf.upfronthosting.co.za>
2014-02-03 14:24:14larrylinkissue16074 messages
2014-02-03 14:24:14larrycreate