]> granicus.if.org Git - python/commit
bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666)
authorAlan Yee <alanyee@users.noreply.github.com>
Mon, 9 Sep 2019 14:15:43 +0000 (07:15 -0700)
committerSteve Dower <steve.dower@python.org>
Mon, 9 Sep 2019 14:15:43 +0000 (07:15 -0700)
commite3c59a75279b0df4e7553d6f0031e202de434e43
tree0d8a07890ce60dd25fb767b2a2fd6ca876e3698b
parent24b11b8c95e96cf9c93fb7fc253e6e96506f2d77
bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666)

Constants added by the site module like exit() "should not be used in programs"
Lib/inspect.py
Misc/NEWS.d/next/Library/2019-09-08-11-36-50.bpo-38059.8SA6co.rst [new file with mode: 0644]