Antoine Pitrou added the comment:

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().

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24053>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to