Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 29, 2018
Merged

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

merged 4 commits into from
Nov 29, 2018

Conversation

vstinner
Copy link
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
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