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 martin.panter
Recipients docs@python, martin.panter, pitrou, serhiy.storchaka
Date 2015-06-11.04:40:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433997654.03.0.334834953151.issue23391@psf.upfronthosting.co.za>
In-reply-to
Content
New patch with the following changes. Let me know what you think.

* Added extra markup for OSError attributes and constructor signature
* Explained how “winerror” works with and without Windows
* Added “filename2” argument
* Update tests for filename2 defaulting to None

For reference, the argument handling seems to be in oserror_parse_args(), at Objects/exceptions.c:724, and related functions.
History
Date User Action Args
2015-06-11 04:40:54martin.pantersetrecipients: + martin.panter, pitrou, docs@python, serhiy.storchaka
2015-06-11 04:40:54martin.pantersetmessageid: <1433997654.03.0.334834953151.issue23391@psf.upfronthosting.co.za>
2015-06-11 04:40:54martin.panterlinkissue23391 messages
2015-06-11 04:40:53martin.pantercreate