]> granicus.if.org Git - python/commit
bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)
authorVictor Stinner <vstinner@redhat.com>
Mon, 17 Jun 2019 22:00:24 +0000 (00:00 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2019 22:00:24 +0000 (00:00 +0200)
commitac7b1a3f32cc81520e8962352294006d65744028
treee92021fabcbc998940d243e5911473d50149c038
parent8fac1221097aaf6ac37ed9ea727ee7892085e183
bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169)

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.
12 files changed:
Doc/library/sunau.rst
Doc/library/wave.rst
Doc/whatsnew/3.9.rst
Lib/aifc.py
Lib/sunau.py
Lib/test/audiotests.py
Lib/test/test_aifc.py
Lib/test/test_pyclbr.py
Lib/test/test_sunau.py
Lib/test/test_wave.py
Lib/wave.py
Misc/NEWS.d/next/Library/2019-06-17-22-10-37.bpo-37320.ffieYa.rst [new file with mode: 0644]