[issue35345] Remove platform.popen(), deprecated since Python 3.3

2018-11-29 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue35345] Remove platform.popen(), deprecated since Python 3.3

2018-11-29 Thread STINNER Victor
STINNER Victor added the comment: New changeset 73104fa1e6a791f7d66c0091ed91f6c396ca0fb2 by Victor Stinner in branch 'master': bpo-35345: Remove platform.popen() (GH-10781) https://github.com/python/cpython/commit/73104fa1e6a791f7d66c0091ed91f6c396ca0fb2 --

[issue35345] Remove platform.popen(), deprecated since Python 3.3

2018-11-28 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +10022 stage: -> patch review ___ Python tracker ___ ___

[issue35345] Remove platform.popen(), deprecated since Python 3.3

2018-11-28 Thread STINNER Victor
New submission from STINNER Victor : platform.popen() is deprecated since Python 3.3: bpo-11377. Calling the function emits a DeprecationWarning and the function is documented as being deprecated. The function is documented in the "Win95/98 specific":