]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't call sys.exit() all over the place -- simply return the exit
authorGuido van Rossum <guido@python.org>
Thu, 14 Aug 1997 19:40:34 +0000 (19:40 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 Aug 1997 19:40:34 +0000 (19:40 +0000)
commite83870131b87ea6b343e71d9dc48e7702dce128f
tree510bd0d424e622071c5e59c51f90a2625959dcd4
parent257c772afa48301bc4c55b2bf5e2f5f9cec6e3c8
Don't call sys.exit() all over the place -- simply return the exit
status from main() and call sys.exit(main()) in the startup stub at
the end of the file.
Lib/test/regrtest.py