This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2019-06-17.19:54:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560801286.41.0.0905607754393.issue37320@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-06-17 19:54:46vstinnersetrecipients: + vstinner
2019-06-17 19:54:46vstinnersetmessageid: <1560801286.41.0.0905607754393.issue37320@roundup.psfhosted.org>
2019-06-17 19:54:46vstinnerlinkissue37320 messages
2019-06-17 19:54:46vstinnercreate