
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2018-11-28 23:54 byvstinner, last changed2022-04-11 14:59 byadmin. This issue is nowclosed.
| 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-specificPython 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 changeset73104fa1e6a791f7d66c0091ed91f6c396ca0fb2 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 | |