Issue35345
Created on 2018-11-28 23:54 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 10781 | merged | vstinner, 2018-11-29 00:00 | |
| Messages (2) | |||
|---|---|---|---|
| msg330639 - (view) | Author: STINNER Victor (vstinner) * | Date: 2018-11-28 23:54 | |
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": https://docs.python.org/dev/library/platform.html#win95-98-specific Python 3.5 dropped Windows XP support. I don't think that Python 2.7 still support Windows 98. So it's time to remove support for this old OS. Python 3 now has a os.popen() function: https://docs.python.org/dev/library/os.html#os.popen |
|||
| msg330669 - (view) | Author: STINNER Victor (vstinner) * | Date: 2018-11-29 08:58 | |
New changeset 73104fa1e6a791f7d66c0091ed91f6c396ca0fb2 by Victor Stinner in branch 'master': bpo-35345: Remove platform.popen() (GH-10781) https://github.com/python/cpython/commit/73104fa1e6a791f7d66c0091ed91f6c396ca0fb2 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:08 | admin | set | github: 79526 |
| 2018-11-29 08:59:20 | vstinner | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-11-29 08:58:23 | vstinner | set | messages: + msg330669 |
| 2018-11-29 00:00:16 | vstinner | set | keywords:
+ patch stage: patch review pull_requests: + pull_request10022 |
| 2018-11-28 23:54:11 | vstinner | create | |