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 vstinner
Recipients python-dev, vstinner
Date 2011-11-09.00:30:37
SpamBayes Score 8.640057e-05
Marked as misclassified No
Message-id <1320798637.91.0.92847411006.issue13374@psf.upfronthosting.co.za>
In-reply-to
Content
Functions like os.execv() or os.readlink() are not deprecated because the underlying C function really uses a bytes API (execv and readlink).
History
Date User Action Args
2011-11-09 00:30:37vstinnersetrecipients: + vstinner, python-dev
2011-11-09 00:30:37vstinnersetmessageid: <1320798637.91.0.92847411006.issue13374@psf.upfronthosting.co.za>
2011-11-09 00:30:37vstinnerlinkissue13374 messages
2011-11-09 00:30:37vstinnercreate