summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.11.rst
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-24 13:00:51 (GMT)
committerGitHub <noreply@github.com>2023-05-24 13:00:51 (GMT)
commitfc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1 (patch)
tree0e3566d16be7ce2d460e49dbd0a837a13582522a /Doc/whatsnew/3.11.rst
parenta4b7e9d1f812f2598ac9637d95e986c830bd451b (diff)
downloadcpython-fc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1.zip
cpython-fc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1.tar.gz
cpython-fc07fe4e37fbfd74e7130a20c13d0c07f0a5cff1.tar.bz2
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
* Remove ossaudiodev extension in configure.ac and regenerate the configure script. * Remove ossaudiodev in Modules/Setup and Modules/Setup.stdlib.in.
Diffstat (limited to 'Doc/whatsnew/3.11.rst')
-rw-r--r--Doc/whatsnew/3.11.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 778ab28..e59604e 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -1737,7 +1737,7 @@ Modules
+---------------------+---------------------+---------------------+---------------------+---------------------+
| :mod:`!cgi` | :mod:`imghdr` | :mod:`nntplib` | :mod:`spwd` | :mod:`xdrlib` |
+---------------------+---------------------+---------------------+---------------------+---------------------+
- | :mod:`!cgitb` | :mod:`mailcap` | :mod:`ossaudiodev` | :mod:`sunau` | |
+ | :mod:`!cgitb` | :mod:`mailcap` | :mod:`!ossaudiodev` | :mod:`sunau` | |
+---------------------+---------------------+---------------------+---------------------+---------------------+
(Contributed by Brett Cannon in :issue:`47061` and Victor Stinner in