[issue9362] Make exit/quit hint more novice friendly

Alexander Belopolsky report at bugs.python.org
Sat Jul 24 16:49:38 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

> On another note: I've sometimes wanted quit() to exit from a running
> script to the python console so I can do a little value checking.

This is what -i command line switch or PYTHONINSPECT environment variable is for.

See python -h output.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9362>
_______________________________________


More information about the Python-bugs-list mailing list