summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.7.rst
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-24 13:51:59 (GMT)
committerGitHub <noreply@github.com>2023-05-24 13:51:59 (GMT)
commita5e0f5b230d2c900ff36be9806e3ddb3d537386b (patch)
tree1a6a17d59915c928ae5ae55108b5eac4ee076017 /Doc/whatsnew/3.7.rst
parent8e5b3b90c83d9aaca1dc2299da696b994780bcc0 (diff)
downloadcpython-a5e0f5b230d2c900ff36be9806e3ddb3d537386b.zip
cpython-a5e0f5b230d2c900ff36be9806e3ddb3d537386b.tar.gz
cpython-a5e0f5b230d2c900ff36be9806e3ddb3d537386b.tar.bz2
gh-104773: PEP 594: Remove the sunau module (#104863)
* Remove Lib/test/audiodata/pluck-*.au files. * Remove Lib/test/audiotest.au file.
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r--Doc/whatsnew/3.7.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 41d7e08..967608d 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -2061,8 +2061,8 @@ ssl
sunau
-----
-:func:`sunau.openfp` has been deprecated and will be removed in Python 3.9.
-Use :func:`sunau.open` instead.
+:func:`!sunau.openfp` has been deprecated and will be removed in Python 3.9.
+Use :func:`!sunau.open` instead.
(Contributed by Brian Curtin in :issue:`31985`.)