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 techtonik
Recipients BreamoreBoy, belopolsky, docs@python, michael.foord, ron_adam, techtonik
Date 2010-07-26.17:42:21
SpamBayes Score 0.00047051196
Marked as misclassified No
Message-id <AANLkTikwuwdWkkfWRo6qU5YJ+3KqABnHP47Wbo-r9LRy@mail.gmail.com>
In-reply-to <AANLkTimBeUr3nvnYqbQ9N_i0Gy=NuBrXDhOEXUPADUon@mail.gmail.com>
Content
On Mon, Jul 26, 2010 at 7:03 PM, Alexander Belopolsky
<report@bugs.python.org> wrote:
>>
>> Could we (easily) add a third line at startup that says how to quit?
>
> +1

+1

- Type "help", "copyright", "credits" or "license" for more information.
+ Type "help", "copyright", "credits" or "license" for more
information, "exit" to quit.

> Alternatively, we can add the second line to help output:
>
> Type help() for interactive help, or help(object) for help about object.
> Type exit() to exit python.

-0.5 (no beer from me)

BTW, Ctrl-D works on Windows also. No need to maintain system-specific
Ctrl-Z shortcut.
History
Date User Action Args
2010-07-26 17:42:27techtoniksetrecipients: + techtonik, belopolsky, ron_adam, michael.foord, docs@python, BreamoreBoy
2010-07-26 17:42:21techtoniklinkissue9362 messages
2010-07-26 17:42:21techtonikcreate