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 serhiy.storchaka
Recipients asvetlov, docs@python, serhiy.storchaka
Date 2012-12-26.11:44:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356522252.6.0.280769633169.issue16785@psf.upfronthosting.co.za>
In-reply-to
Content
However

>>> OSError(errno.ENOENT)
OSError(2,)
>>> OSError(errno.ENOENT, 'error msg', 'filename', 'spam')
OSError(2, 'error msg', 'filename', 'spam')
History
Date User Action Args
2012-12-26 11:44:12serhiy.storchakasetrecipients: + serhiy.storchaka, asvetlov, docs@python
2012-12-26 11:44:12serhiy.storchakasetmessageid: <1356522252.6.0.280769633169.issue16785@psf.upfronthosting.co.za>
2012-12-26 11:44:12serhiy.storchakalinkissue16785 messages
2012-12-26 11:44:12serhiy.storchakacreate