]> 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:44:47 +0000 (10:44 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 19 Feb 2014 16:44:47 +0000 (10:44 -0600)
commit1f9e6017653596775e4fd582a7f4d64ac86eb8bc
tree02a8620259395e1ab36ef6b1eac10ca7b8f093dd
parente95977621de92f99153d48d2c4dde9cbdff6e3a7
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