diff options
author | Brett Cannon <brett@python.org> | 2022-04-22 02:28:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 02:28:34 (GMT) |
commit | 2551a6c92f247eed8121b14f151acd95432dff9e (patch) | |
tree | e577a3c06b055b3389f03e44c0020f5ab811a782 /Doc/whatsnew/3.11.rst | |
parent | 29afb7d2efed6ee48a67dafdc1a1f34dd60153cf (diff) | |
download | cpython-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.rst | 1 |
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`.) |