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 cvrebert, docs@python, eli.bendersky, ezio.melotti, r.david.murray, vstinner
Date 2011-05-30.15:22:15
SpamBayes Score 0.0011014673
Marked as misclassified No
Message-id <1306768936.07.0.714812479723.issue9382@psf.upfronthosting.co.za>
In-reply-to
Content
> Its documentation in both 2.6 and 2.7 notes:
>
> Deprecated since version 2.6: This function is obsolete. 
> Use the subprocess module.

The deprecation should be removed from Python 2.7: os.popen() will not be removed from Python 2 because 2.7 is the last major version of the 2.x branch. And os.popen() will stay in Python 3: see #6490 and the Guido's message
http://bugs.python.org/issue6490#msg90572

> If it was decided to keep os.popen alive, it *should* be 
> documented in 3.x

Yes, os.popen() must be documented in Python 3. Do you want to write a patch to restore the doc?
History
Date User Action Args
2011-05-30 15:22:16vstinnersetrecipients: + vstinner, ezio.melotti, r.david.murray, eli.bendersky, cvrebert, docs@python
2011-05-30 15:22:16vstinnersetmessageid: <1306768936.07.0.714812479723.issue9382@psf.upfronthosting.co.za>
2011-05-30 15:22:15vstinnerlinkissue9382 messages
2011-05-30 15:22:15vstinnercreate