SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72153 0 0 Python

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.
V
Victor Stinner committed
73104fa1e6a791f7d66c0091ed91f6c396ca0fb2
Parent: 7cc1fa4
Committed by GitHub <noreply@github.com> on 11/29/2018, 8:58:20 AM