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 belopolsky
Recipients BreamoreBoy, belopolsky, docs@python, ron_adam
Date 2010-07-24.14:49:37
SpamBayes Score 0.00011972743
Marked as misclassified No
Message-id <1279982978.8.0.561005262906.issue9362@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2010-07-24 14:49:38belopolskysetrecipients: + belopolsky, ron_adam, docs@python, BreamoreBoy
2010-07-24 14:49:38belopolskysetmessageid: <1279982978.8.0.561005262906.issue9362@psf.upfronthosting.co.za>
2010-07-24 14:49:37belopolskylinkissue9362 messages
2010-07-24 14:49:37belopolskycreate