]> 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 04:00:10 +0000 (04:00 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Mon, 16 Jul 2001 04:00:10 +0000 (04:00 +0000)
commit21ebb211df5ecee247e732b9220ab935854d10e2
treedf74635258dc0fd396204474af8ffa7057337046
parent51d76f1f7532d9f55e31dbf3fd4dc26be42a839a
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/PyShell.py
Lib/idlelib/setup.py