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 eli.bendersky
Recipients cvrebert, docs@python, eli.bendersky, r.david.murray, vstinner
Date 2011-05-25.03:21:28
SpamBayes Score 0.0009852723
Marked as misclassified No
Message-id <1306293689.2.0.240030881136.issue9382@psf.upfronthosting.co.za>
In-reply-to
Content
os.popen() is certainly deprecated. Its documentation in both 2.6 and 2.7 notes:

  Deprecated since version 2.6: This function is obsolete. Use the subprocess module.

Indeed, the Python 3.x library/os.rst doc mentions it several times, but the documentation was removed. I don't think this is following the rules of deprecation.

If it was decided to keep os.popen alive, it *should* be documented in 3.x, possibly retaining the deprecation notice.
History
Date User Action Args
2011-05-25 03:21:29eli.benderskysetrecipients: + eli.bendersky, vstinner, r.david.murray, cvrebert, docs@python
2011-05-25 03:21:29eli.benderskysetmessageid: <1306293689.2.0.240030881136.issue9382@psf.upfronthosting.co.za>
2011-05-25 03:21:28eli.benderskylinkissue9382 messages
2011-05-25 03:21:28eli.benderskycreate