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 r.david.murray
Recipients georg.brandl, lieryan, r.david.murray
Date 2009-05-29.15:17:36
SpamBayes Score 2.3803252e-06
Marked as misclassified No
Message-id <1243610260.76.0.450873636669.issue6141@psf.upfronthosting.co.za>
In-reply-to
Content
The way it works is the way most programmers expect it to work, even
though most get bitten by it more than once.  So the behavior isn't
going to change.  I've attached a doc fix, but I'm not sure whether or
not the 'diplay name' piece applies only to unix, although I've
documented it that way.  The windows documentation I found for
CreateProcess does not mention it, though it does note that "most C
programmers" treat argv[0] as the process name, consistent with the way
subprocess handles the argument string.

The Windows documentation I consulted is here:

http://msdn.microsoft.com/en-us/library/ms682425.aspx
History
Date User Action Args
2009-05-29 15:17:41r.david.murraysetrecipients: + r.david.murray, georg.brandl, lieryan
2009-05-29 15:17:40r.david.murraysetmessageid: <1243610260.76.0.450873636669.issue6141@psf.upfronthosting.co.za>
2009-05-29 15:17:39r.david.murraylinkissue6141 messages
2009-05-29 15:17:38r.david.murraycreate