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 srid
Recipients brian.curtin, srid, taleinat, terry.reedy, trentm
Date 2011-02-08.20:01:46
SpamBayes Score 1.6506296e-05
Marked as misclassified No
Message-id <1297195307.84.0.272272298794.issue6378@psf.upfronthosting.co.za>
In-reply-to
Content
There is a bug with the patch. The first argument to the `start` command, if a quoted string, becomes the Window title, not the command to execute. Hence, idle.pyw is directly executed by Windows. Here's the correct command line:

start "IDLELAUNCH" "%CURRDIR%..\..\pythonw.exe" "%CURRDIR%idle.pyw" %1 %2 %3 %4 %5 %6 %7 %8 %9

Could you make this fix part of the upcoming 3.2?
History
Date User Action Args
2011-02-08 20:01:47sridsetrecipients: + srid, terry.reedy, taleinat, trentm, brian.curtin
2011-02-08 20:01:47sridsetmessageid: <1297195307.84.0.272272298794.issue6378@psf.upfronthosting.co.za>
2011-02-08 20:01:46sridlinkissue6378 messages
2011-02-08 20:01:46sridcreate