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 /Misc | |
parent | 29afb7d2efed6ee48a67dafdc1a1f34dd60153cf (diff) | |
download | cpython-2551a6c92f247eed8121b14f151acd95432dff9e.zip cpython-2551a6c92f247eed8121b14f151acd95432dff9e.tar.gz cpython-2551a6c92f247eed8121b14f151acd95432dff9e.tar.bz2 |
gh-91217: deprecate-pipes (GH-91779)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-04-17-12-07-50.gh-issue-91217.TIvrsq.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-17-12-07-50.gh-issue-91217.TIvrsq.rst b/Misc/NEWS.d/next/Library/2022-04-17-12-07-50.gh-issue-91217.TIvrsq.rst new file mode 100644 index 0000000..fc8ed57 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-04-17-12-07-50.gh-issue-91217.TIvrsq.rst @@ -0,0 +1 @@ +Deprecate the 'pipes' module. |