This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients BreamoreBoy, Jimbofbx, eryksun, ncoghlan, r.david.murray, roger.serwy, terry.reedy
Date 2014-06-09.04:13:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402287195.76.0.437364073659.issue15780@psf.upfronthosting.co.za>
In-reply-to
Content
`idle.pyw -E` passes an invalid argument, and pythonw.exe doesn't inherit the console to print the usage text to stderr. The -E option needs to be passed to the interpreter:

    C:\Python34>pythonw.exe -E Lib/idlelib/idle.pyw

Or run idlelib as a script:

    pyw -3 -Em idlelib
History
Date User Action Args
2014-06-09 04:13:15eryksunsetrecipients: + eryksun, terry.reedy, ncoghlan, roger.serwy, r.david.murray, BreamoreBoy, Jimbofbx
2014-06-09 04:13:15eryksunsetmessageid: <1402287195.76.0.437364073659.issue15780@psf.upfronthosting.co.za>
2014-06-09 04:13:15eryksunlinkissue15780 messages
2014-06-09 04:13:15eryksuncreate