summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.11.rst
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2022-04-22 02:28:34 (GMT)
committerGitHub <noreply@github.com>2022-04-22 02:28:34 (GMT)
commit2551a6c92f247eed8121b14f151acd95432dff9e (patch)
treee577a3c06b055b3389f03e44c0020f5ab811a782 /Doc/whatsnew/3.11.rst
parent29afb7d2efed6ee48a67dafdc1a1f34dd60153cf (diff)
downloadcpython-2551a6c92f247eed8121b14f151acd95432dff9e.zip
cpython-2551a6c92f247eed8121b14f151acd95432dff9e.tar.gz
cpython-2551a6c92f247eed8121b14f151acd95432dff9e.tar.bz2
gh-91217: deprecate-pipes (GH-91779)
Diffstat (limited to 'Doc/whatsnew/3.11.rst')
-rw-r--r--Doc/whatsnew/3.11.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index c3a8a7e..75ea70b 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -919,6 +919,7 @@ Deprecated
* :mod:`nis`
* :mod:`nntplib`
* :mod:`ossaudiodev`
+ * :mod:`pipes`
(Contributed by Brett Cannon in :issue:`47061`.)