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 belopolsky
Recipients belopolsky, ethan.furman, mark.dickinson, pitrou, serhiy.storchaka, skrah, terry.reedy
Date 2015-04-27.16:56:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430153798.48.0.79274136579.issue24053@psf.upfronthosting.co.za>
In-reply-to
Content
> Those should be in the os module, not in sys.

I disagree.  The whole point of this proposal is to have platform-independent status codes available next to the sys.exit() function.

We already have over a dozen BSDish exit codes in os that are hardly ever used.
History
Date User Action Args
2015-04-27 16:56:38belopolskysetrecipients: + belopolsky, terry.reedy, mark.dickinson, pitrou, skrah, ethan.furman, serhiy.storchaka
2015-04-27 16:56:38belopolskysetmessageid: <1430153798.48.0.79274136579.issue24053@psf.upfronthosting.co.za>
2015-04-27 16:56:38belopolskylinkissue24053 messages
2015-04-27 16:56:38belopolskycreate