summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-06-17 22:00:24 (GMT)
committerGitHub <noreply@github.com>2019-06-17 22:00:24 (GMT)
commitac7b1a3f32cc81520e8962352294006d65744028 (patch)
treee92021fabcbc998940d243e5911473d50149c038 /Misc
parent8fac1221097aaf6ac37ed9ea727ee7892085e183 (diff)
downloadcpython-ac7b1a3f32cc81520e8962352294006d65744028.zip
cpython-ac7b1a3f32cc81520e8962352294006d65744028.tar.gz
cpython-ac7b1a3f32cc81520e8962352294006d65744028.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-06-17-22-10-37.bpo-37320.ffieYa.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-06-17-22-10-37.bpo-37320.ffieYa.rst b/Misc/NEWS.d/next/Library/2019-06-17-22-10-37.bpo-37320.ffieYa.rst
new file mode 100644
index 0000000..bc57452
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-06-17-22-10-37.bpo-37320.ffieYa.rst
@@ -0,0 +1,3 @@
+``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.