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 pitrou
Recipients belopolsky, ethan.furman, mark.dickinson, pitrou, serhiy.storchaka, skrah, terry.reedy
Date 2015-04-27.17:31:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430155883.23.0.899434907092.issue24053@psf.upfronthosting.co.za>
In-reply-to
Content
Well, my favourite answer would be use sys.exit(0) and sys.exit(1), respectively (or raise SystemExit without or with an error message), as everyone is already doing right now. Since I don't really get the usability argument of adding those constants, it's hard for me to buy that they should sit close to sys.exit().
History
Date User Action Args
2015-04-27 17:31:23pitrousetrecipients: + pitrou, terry.reedy, mark.dickinson, belopolsky, skrah, ethan.furman, serhiy.storchaka
2015-04-27 17:31:23pitrousetmessageid: <1430155883.23.0.899434907092.issue24053@psf.upfronthosting.co.za>
2015-04-27 17:31:23pitroulinkissue24053 messages
2015-04-27 17:31:23pitroucreate