This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author westley.martinez
Recipients Alexander.Belopolsky, BreamoreBoy, belopolsky, docs@python, michael.foord, ron_adam, techtonik, tim.golden, westley.martinez
Date 2011-01-31.01:40:24
SpamBayes Score 2.7757727e-07
Marked as misclassified No
Message-id <1296438024.73.0.844477338215.issue9362@psf.upfronthosting.co.za>
In-reply-to
Content
This is annoying. Every beginner's Python tutorial I've read made it very clear how to exactly exit the interactive shell. Ctrl has been in use for years. Changing it for novices' sake is ridiculous. Do we need to expand every abbreviation? Python will turn into Java (joke). As for Ctrl-D or Ctrl-Z, I think it's fine the way it is. Python is used for scripting, and Windows administators are familiar with Ctrl-Z for EOF but may not necessarily be familiar with Ctrl-D.

Ok, in final, I think the only thing that might be changed is the shell's opening message:

Python 3.1.3 (r313:86834, Jan 28 2011, 20:00:55) 
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Type "exit()", "quit()" or Ctrl-D (i.e. EOF) to exit.
>>> 

On Windows, Ctrl-D is replaced with Ctrl-Z.
History
Date User Action Args
2011-01-31 01:40:24westley.martinezsetrecipients: + westley.martinez, belopolsky, techtonik, ron_adam, tim.golden, michael.foord, Alexander.Belopolsky, docs@python, BreamoreBoy
2011-01-31 01:40:24westley.martinezsetmessageid: <1296438024.73.0.844477338215.issue9362@psf.upfronthosting.co.za>
2011-01-31 01:40:24westley.martinezlinkissue9362 messages
2011-01-31 01:40:24westley.martinezcreate