[docs] How to start IDLE?

Křištof Želechovski giecrilj at stegny.2a.pl
Sat Jul 30 23:40:28 CEST 2011


The section 24.5.4.1. "Command line usage" says:

> idle.py [-c command] [-d] [-e] [-s] [-t title] [arg] ...

There is no ‘idle.py’, the command is ‘idle’.

> If the script name is ‘-‘, no script is executed but an interactive Python session is started; the arguments are still available in sys.argv.

{ idle -; } waits for standard input.

___
[1] <URL: http://docs.python.org/py3k/library/idle.html#command-line-usage >


More information about the docs mailing list