]> granicus.if.org Git - python/commit
Issue #20510: Confirm that the code attribute of the SystemExit
authorZachary Ware <zachary.ware@gmail.com>
Wed, 19 Feb 2014 16:43:13 +0000 (10:43 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 19 Feb 2014 16:43:13 +0000 (10:43 -0600)
commitc77d4ba85b4d2f08b4de094bc9d9104113772374
tree47abb8e7b88321afddc751672663490d5de77720
parent3e0cb09e33f37543d096dae1fc38e6cc314f887e
Issue #20510: Confirm that the code attribute of the SystemExit
exception raised by sys.exit is None when no code is given.

As suggested by Serhiy Storchaka.
Lib/test/test_sys.py