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 Alexander.Belopolsky, benjamin.peterson, doko, eric.araujo, paulsmith, pitrou, r.david.murray, theller
Date 2010-12-17.16:21:09
SpamBayes Score 0.027662134
Marked as misclassified No
Message-id <1292602871.06.0.770190820907.issue8154@psf.upfronthosting.co.za>
In-reply-to
Content
OK, this went in to 2.7 without the OS conditional, and there has been no great hue and cry, so I guess it was safe enough :)

As for the difference in error message between execlp and execlpe, I think that's fine.  The execlpe index error message is accurate: execlpe requires an 'env' arg, and it was missing.
History
Date User Action Args
2010-12-17 16:21:11r.david.murraysetrecipients: + r.david.murray, theller, doko, pitrou, paulsmith, benjamin.peterson, eric.araujo, Alexander.Belopolsky
2010-12-17 16:21:11r.david.murraysetmessageid: <1292602871.06.0.770190820907.issue8154@psf.upfronthosting.co.za>
2010-12-17 16:21:09r.david.murraylinkissue8154 messages
2010-12-17 16:21:09r.david.murraycreate