commit | 1c0d31565d3e8bce6d1a67fe0cdd029492ec973b | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Feb 19 21:28:49 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Feb 19 21:28:49 1998 +0000 |
tree | 92b38ea4d752c77c33d3c293c4b3ed095d3be271 | |
parent | 0001a11986a17a94f1bf16df92b57df358d56958 [diff] |
Delete the 'exit' command from the Tcl interpreter -- it would allow users to exit Python without the normal precautions. (The can do this using os._exit() anyway, but at least that's documented.)