]> granicus.if.org Git - python/commit
Fix small omission: with all the new code, sys.exit(None) would print
authorGuido van Rossum <guido@python.org>
Fri, 3 Oct 1997 13:53:28 +0000 (13:53 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 3 Oct 1997 13:53:28 +0000 (13:53 +0000)
commitaa9606f45ad75439a76134b9ee1969d7c9749cf2
treeedd5a4d3e12aa393b1283b55aefeb9d269afc109
parentd80b3bdc1e31ac5dd01cd6bcc10d20ef503902f5
Fix small omission: with all the new code, sys.exit(None) would print
"None"; this should be equivalent to sys.exit(0).
Python/pythonrun.c