• Kurt B. Kaiser's avatar
    Add a script "idles" which opens a Python Shell window. · 21ebb211
    Kurt B. Kaiser authored
    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".
    21ebb211
setup.py 3.13 KB