]> granicus.if.org Git - python/commit
Delete the 'exit' command from the Tcl interpreter -- it would allow
authorGuido van Rossum <guido@python.org>
Thu, 19 Feb 1998 21:28:49 +0000 (21:28 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 19 Feb 1998 21:28:49 +0000 (21:28 +0000)
commit1c0d31565d3e8bce6d1a67fe0cdd029492ec973b
tree92b38ea4d752c77c33d3c293c4b3ed095d3be271
parent0001a11986a17a94f1bf16df92b57df358d56958
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.)
Modules/_tkinter.c