]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add built-in string variables 'quit' and 'exit' that display a hint on
authorGuido van Rossum <guido@python.org>
Fri, 7 Aug 1998 18:01:14 +0000 (18:01 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Aug 1998 18:01:14 +0000 (18:01 +0000)
commitd89fa0c5761254c970af72e5abcea420fd23e893
tree3040dc0c806c06a5e0398cbb0d7895f128e1f575
parentaee5e26f4b917d2db2e255a3b86f70d747386763
Add built-in string variables 'quit' and 'exit' that display a hint on
how to exit (in a platform dependent way!).  We use os.sep to
determine which platform we're on, since I expect that this will work
better for minority platforms.
Lib/site.py