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 <[email protected]>
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: <[email protected]>
2019-06-17 19:54:46vstinnerlinkissue37320 messages
2019-06-17 19:54:46vstinnercreate