]> granicus.if.org Git - python/commit
bpo-35345: Remove platform.popen() (GH-10781)
authorVictor Stinner <vstinner@redhat.com>
Thu, 29 Nov 2018 08:58:20 +0000 (09:58 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Nov 2018 08:58:20 +0000 (09:58 +0100)
commit73104fa1e6a791f7d66c0091ed91f6c396ca0fb2
tree460498e3e8f71eedf8f751ec72fe2662f2af5983
parent7cc1fa40b76de34a0fe86162667c87ce7a18f33d
bpo-35345: Remove platform.popen() (GH-10781)

Remove platform.popen() function, it was deprecated since Python 3.3:
use os.popen() instead.

Rename also the "Removed" section to "API and Feature Removals"
of What's New in Python 3.8.
Doc/library/platform.rst
Doc/whatsnew/3.8.rst
Lib/platform.py
Lib/test/test_platform.py
Misc/NEWS.d/next/Library/2018-11-29-00-55-33.bpo-35345.vepCSJ.rst [new file with mode: 0644]