We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = <Date 2019-06-17.22:01:18.731> created_at = <Date 2019-06-17.19:54:46.395> labels = ['library', '3.9'] title = 'aifc, sunau, wave: remove deprecated openfp() function' updated_at = <Date 2019-06-17.22:01:18.731> user = 'https://github.com/vstinner'
bugs.python.org fields:
activity = <Date 2019-06-17.22:01:18.731> actor = 'vstinner' assignee = 'none' closed = True closed_date = <Date 2019-06-17.22:01:18.731> closer = 'vstinner' components = ['Library (Lib)'] creation = <Date 2019-06-17.19:54:46.395> creator = 'vstinner' dependencies = [] files = [] hgrepos = [] issue_num = 37320 keywords = ['patch'] message_count = 4.0 messages = ['345894', '345897', '345924', '345925'] nosy_count = 1.0 nosy_names = ['vstinner'] pr_nums = ['14169'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue37320' versions = ['Python 3.9']
The text was updated successfully, but these errors were encountered:
The openfp() function of aifc, sunau, wave is an alias to the open() function of each module and is deprecated since Python 3.7.
Attached PR removes it.
Sorry, something went wrong.
openfp() functions were deprecated by bpo-31985.
New changeset ac7b1a3 by Victor Stinner in branch 'master': bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) ac7b1a3
If your code uses openfp(): just use open() instead ;-)
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: