commit | e83870131b87ea6b343e71d9dc48e7702dce128f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 14 19:40:34 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 14 19:40:34 1997 +0000 |
tree | 510bd0d424e622071c5e59c51f90a2625959dcd4 | |
parent | 257c772afa48301bc4c55b2bf5e2f5f9cec6e3c8 [diff] |
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.