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 Alexander.Belopolsky
Recipients Alexander.Belopolsky, benjamin.peterson, doko
Date 2010-03-16.22:35:26
SpamBayes Score 0.0001523179
Marked as misclassified No
Message-id <1268778927.94.0.529217805839.issue8154@psf.upfronthosting.co.za>
In-reply-to
Content
I forgot to add that this behavior is documented:

os.execlp = execlp(file, *args)
    execlp(file, *args)
    
    Execute the executable file (which is searched for along $PATH)
    with argument list args, replacing the current process.
History
Date User Action Args
2010-03-16 22:35:28Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, doko, benjamin.peterson
2010-03-16 22:35:27Alexander.Belopolskysetmessageid: <1268778927.94.0.529217805839.issue8154@psf.upfronthosting.co.za>
2010-03-16 22:35:26Alexander.Belopolskylinkissue8154 messages
2010-03-16 22:35:26Alexander.Belopolskycreate