Skip to content

bpo-35345: Remove platform.popen()#10781

Merged
vstinner merged 4 commits intopython:masterfrom
vstinner:remove_platform_popen
Nov 29, 2018
Merged

bpo-35345: Remove platform.popen()#10781
vstinner merged 4 commits intopython:masterfrom
vstinner:remove_platform_popen

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Nov 29, 2018

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

https://bugs.python.org/issue35345

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

@serhiy-storchaka serhiy-storchaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM except What's New entries. This is not new feature, and is not changing behavior of existing feature. I think the only entry should be added into the "Removed" section.

Rename also the "Removed" section to "API and Feature Removals": copy
title from What's New in Python 3.7.
@vstinner vstinner merged commit 73104fa into python:master Nov 29, 2018
@vstinner vstinner deleted the remove_platform_popen branch November 29, 2018 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants