summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2022-04-22 22:48:03 (GMT)
committerGitHub <noreply@github.com>2022-04-22 22:48:03 (GMT)
commite7929cba169349776e78ff86143b24d0122b2cdd (patch)
treeadab4f0c114c25ab829cadbbdb5d4bcbe20a2d6e /Misc/NEWS.d
parent5576ddbbbc9c1d7a7819abc961e5d604ae0f7dd7 (diff)
downloadcpython-e7929cba169349776e78ff86143b24d0122b2cdd.zip
cpython-e7929cba169349776e78ff86143b24d0122b2cdd.tar.gz
cpython-e7929cba169349776e78ff86143b24d0122b2cdd.tar.bz2
gh-91217: deprecate-sndhdr (#91806)
Also inline necessary functionality from `sndhdr` into `email.mime.audio` for `MIMEAudio`. Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2022-04-17-12-27-46.gh-issue-91217.tNDWtK.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-17-12-27-46.gh-issue-91217.tNDWtK.rst b/Misc/NEWS.d/next/Library/2022-04-17-12-27-46.gh-issue-91217.tNDWtK.rst
new file mode 100644
index 0000000..4ee6ba2
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-04-17-12-27-46.gh-issue-91217.tNDWtK.rst
@@ -0,0 +1,2 @@
+Deprecate the sndhdr module, as well as inline needed functionality for
+``email.mime.MIMEAudio``.