mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
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".
This commit is contained in:
parent
51d76f1f75
commit
21ebb211df
2 changed files with 12 additions and 12 deletions
|
@ -77,5 +77,5 @@ as well as a Python shell window and a debugger.""",
|
|||
'install_lib':idle_install_lib},
|
||||
package_dir = {idlelib:'.'},
|
||||
packages = [idlelib],
|
||||
scripts = ['idle']
|
||||
scripts = ['idle', 'idles']
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue