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 r.david.murray
Recipients akira, ezio.melotti, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2014-09-30.19:26:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412105212.0.0.440206083525.issue22472@psf.upfronthosting.co.za>
In-reply-to
Content
OK, so I have to add a filter to my logger that looks for a filename attribute on exceptions and and if it finds one...does what?  How do I reconstruct an arbitrary OSError error message using the filename parameter?
History
Date User Action Args
2014-09-30 19:26:52r.david.murraysetrecipients: + r.david.murray, pitrou, vstinner, ezio.melotti, akira, serhiy.storchaka
2014-09-30 19:26:52r.david.murraysetmessageid: <1412105212.0.0.440206083525.issue22472@psf.upfronthosting.co.za>
2014-09-30 19:26:51r.david.murraylinkissue22472 messages
2014-09-30 19:26:51r.david.murraycreate