]> granicus.if.org Git - python/commit
Issue #11377: Deprecate platform.popen() and reimplement it with os.popen().
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 3 Mar 2011 12:54:07 +0000 (12:54 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 3 Mar 2011 12:54:07 +0000 (12:54 +0000)
commit1dfd3803064f2ee4b6e0bae3c60ca39e5f3919ca
tree4b534f4dd099ef80b48a795a8c3db33ce85c94c0
parent7b3b20ad29be6d77608b4bd9cd09b61b67783bcf
Issue #11377: Deprecate platform.popen() and reimplement it with os.popen().
Doc/library/platform.rst
Lib/platform.py
Lib/test/test_platform.py
Misc/NEWS