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 BreamoreBoy, docs@python, loewis, mcmahon_m, r.david.murray, snaury, techtonik
Date 2014-06-18.20:14:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403122451.22.0.301118667532.issue1576313@psf.upfronthosting.co.za>
In-reply-to
Content
os.execlp *wraps* the interface of the same name in the platform C library.  On Windows, that is execlp in the msvcrt[*].  On Linux, it is usually the execlp in glibc.

[*] 'crt' stands for 'C runtime'.
History
Date User Action Args
2014-06-18 20:14:11r.david.murraysetrecipients: + r.david.murray, loewis, snaury, techtonik, mcmahon_m, docs@python, BreamoreBoy
2014-06-18 20:14:11r.david.murraysetmessageid: <1403122451.22.0.301118667532.issue1576313@psf.upfronthosting.co.za>
2014-06-18 20:14:11r.david.murraylinkissue1576313 messages
2014-06-18 20:14:11r.david.murraycreate