diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-06-17 22:00:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 22:00:24 (GMT) |
commit | ac7b1a3f32cc81520e8962352294006d65744028 (patch) | |
tree | e92021fabcbc998940d243e5911473d50149c038 /Doc/library/sunau.rst | |
parent | 8fac1221097aaf6ac37ed9ea727ee7892085e183 (diff) | |
download | cpython-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 'Doc/library/sunau.rst')
-rw-r--r-- | Doc/library/sunau.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/sunau.rst b/Doc/library/sunau.rst index 2064fd7..aad6f93 100644 --- a/Doc/library/sunau.rst +++ b/Doc/library/sunau.rst @@ -59,13 +59,6 @@ The :mod:`sunau` module defines the following functions: or ``'wb'`` returns an :class:`AU_write` object. -.. function:: openfp(file, mode) - - A synonym for :func:`.open`, maintained for backwards compatibility. - - .. deprecated-removed:: 3.7 3.9 - - The :mod:`sunau` module defines the following exception: .. exception:: Error |