Skip to content

bpo-37320: Remove openfp() of aifc, sunau and wave #14169

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 3 commits into from
Jun 17, 2019
Merged

bpo-37320: Remove openfp() of aifc, sunau and wave #14169

merged 3 commits into from
Jun 17, 2019

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jun 17, 2019

aifc.openfp() alias to aifc.open(), sunau.openfp() alias to
sunau.open(), and wave.openfp() alias to wave.open() have been
removed. They were deprecated since Python 3.7.

https://bugs.python.org/issue37320

aifc.openfp() alias to aifc.open(), sunau.openfp() alias to
sunau.open(), and wave.openfp() alias to wave.open() have been
removed. They were deprecated since Python 3.7.
@vstinner vstinner merged commit ac7b1a3 into python:master Jun 17, 2019
@vstinner vstinner deleted the remove_openfp branch June 17, 2019 22:00
@vstinner
Copy link
Member Author

@brettcannon: Thanks for the review, I merged my PR.

lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
aifc.openfp() alias to aifc.open(), sunau.openfp() alias to
sunau.open(), and wave.openfp() alias to wave.open() have been
removed. They were deprecated since Python 3.7.
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
aifc.openfp() alias to aifc.open(), sunau.openfp() alias to
sunau.open(), and wave.openfp() alias to wave.open() have been
removed. They were deprecated since Python 3.7.
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