krawyoti added the comment:
Georg, please note that os.popen *is* documented in 3.1. See attached
screen shot.
--
Added file: http://bugs.python.org/file14509/docs.png
___
Python tracker
<http://bugs.python.org/issue6
Changes by krawyoti :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue6490>
___
___
Python-bugs-list mailing list
Unsubscri
New submission from krawyoti :
The documentation in Python 2.6 claims os.popen is deprecated [1]. This
is probably a false claim. I think that at some point os.popen got
confused with os.popen2, os.popen3, os.popen4 and the popen2 module, all
of which are correctly deprecated.
I bring three