diff options
author | Brett Cannon <brett@python.org> | 2022-04-15 19:32:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-15 19:32:56 (GMT) |
commit | c9e231de8551ab6d06c92dfa95033150e52d7f1f (patch) | |
tree | bac99035fe2731b0a76d26495e044e8d396ef373 /Misc/NEWS.d | |
parent | ea2ae026078b328ddeab060940568a4d3bf1b417 (diff) | |
download | cpython-c9e231de8551ab6d06c92dfa95033150e52d7f1f.zip cpython-c9e231de8551ab6d06c92dfa95033150e52d7f1f.tar.gz cpython-c9e231de8551ab6d06c92dfa95033150e52d7f1f.tar.bz2 |
gh-91217: deprecate nntplib (GH-91543)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-04-12-20-19-10.gh-issue-91217.acd4h9.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-12-20-19-10.gh-issue-91217.acd4h9.rst b/Misc/NEWS.d/next/Library/2022-04-12-20-19-10.gh-issue-91217.acd4h9.rst new file mode 100644 index 0000000..4a74b9d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-04-12-20-19-10.gh-issue-91217.acd4h9.rst @@ -0,0 +1 @@ +Deprecate nntplib. |