]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a script "idles" which opens a Python Shell window.
authorKurt B. Kaiser <kbk@shore.net>
Mon, 16 Jul 2001 05:50:45 +0000 (05:50 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Mon, 16 Jul 2001 05:50:45 +0000 (05:50 +0000)
commit91e476f297cf84f21d10ffba437360869ee12d5a
tree1fc01777da65cfb56f6fde123c4dedfd6e89b2d6
parentfe2127d3cbf34452a10b88c40e5ab06870936f94
Add a script "idles" which opens a Python Shell window.

The default behaviour of idlefork idle is to open an editor window instead
of a shell. Complex expressions may be run in a fresh environment by
selecting "run".  There are times, however, when a shell is desired.
Though one can be started by "idle -t 'foo'", this script is more
convenient.  In addition, a shell and an editor window can be started
in parallel by "idles -e foo.py".
Lib/idlelib/idles [new file with mode: 0755]