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 asvetlov
Recipients asvetlov, docs@python
Date 2012-12-26.11:35:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356521712.57.0.0819210166931.issue16785@psf.upfronthosting.co.za>
In-reply-to
Content
I mean adding examples for constructions like this:

>>> OSError(errno.ENOENT, 'error msg')
FileNotFoundError(2, 'error msg')
History
Date User Action Args
2012-12-26 11:35:12asvetlovsetrecipients: + asvetlov, docs@python
2012-12-26 11:35:12asvetlovsetmessageid: <1356521712.57.0.0819210166931.issue16785@psf.upfronthosting.co.za>
2012-12-26 11:35:12asvetlovlinkissue16785 messages
2012-12-26 11:35:12asvetlovcreate