[docs] idle.py displays source rather than running

Křištof Želechovski giecrilj at stegny.2a.pl
Tue Aug 2 10:34:58 CEST 2011


== Steps to reproduce ==
{ python /usr/lib64/python2.7/idlelib/idle.py /usr/bin/idle; }

== Expected results ==
According to the text of 24.6.4.1.3, IDLE should run /usr/bin/idle

== Actual results ==
IDLE displays /usr/bin/idle

== Workaround ==
{ python /usr/lib64/python2.7/idlelib/idle.py -r /usr/bin/idle; }


More information about the docs mailing list