[docs] [issue9362] Make exit/quit hint more novice friendly
Westley Martínez
report at bugs.python.org
Mon Jan 31 02:40:24 CET 2011
Westley Martínez <anikom15 at gmail.com> added the comment:
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.
----------
nosy: +anikom15
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9362>
_______________________________________
More information about the docs
mailing list