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 Neil Muller, amaury.forgeotdarc, benjamin.peterson, cvrebert, eric.araujo, ezio.melotti, georg.brandl, gvanrossum, krawyoti, lemburg, r.david.murray, vstinner
Date 2011-05-30.15:40:08
SpamBayes Score 1.3715153e-06
Marked as misclassified No
Message-id <1306770009.64.0.382546052911.issue6490@psf.upfronthosting.co.za>
In-reply-to
Content
> The deprecations for os.popenN() are still fine, since those
> APIs are not used all that much, and I'm sure that no one can
> really remember what all the different versions do anyway :-)

That's good, because those functions are already gone in Python3 :)

Victor: did you notice that getoutput and friends call os.popen?

The one argument I can see for actually deprecating os.popen is that in general the os module functions are thin wrappers around the corresponding posix functions.  But that is only true in general, and os.popen was never a "thin" wrapper, at least on most platforms.
History
Date User Action Args
2011-05-30 15:40:09r.david.murraysetrecipients: + r.david.murray, lemburg, gvanrossum, georg.brandl, amaury.forgeotdarc, vstinner, benjamin.peterson, ezio.melotti, Neil Muller, eric.araujo, cvrebert, krawyoti
2011-05-30 15:40:09r.david.murraysetmessageid: <1306770009.64.0.382546052911.issue6490@psf.upfronthosting.co.za>
2011-05-30 15:40:09r.david.murraylinkissue6490 messages
2011-05-30 15:40:08r.david.murraycreate