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 berker.peksag, docs@python, martin.panter
Date 2015-02-12.05:26:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423718779.95.0.992384958347.issue23432@psf.upfronthosting.co.za>
In-reply-to
Content
How about this:

'''
The constructor accepts the same optional argument passed to :func:`sys.exit`.  If the value is an integer, it specifies the system exit status . . .

. . .

.. attribute:: code

   The exit status or error message that is passed to the constructor. (Defaults to ``None``.)
'''
History
Date User Action Args
2015-02-12 05:26:20martin.pantersetrecipients: + martin.panter, docs@python, berker.peksag
2015-02-12 05:26:19martin.pantersetmessageid: <1423718779.95.0.992384958347.issue23432@psf.upfronthosting.co.za>
2015-02-12 05:26:19martin.panterlinkissue23432 messages
2015-02-12 05:26:19martin.pantercreate