diff options
author | Brett Cannon <brett@python.org> | 2022-04-16 20:17:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-16 20:17:30 (GMT) |
commit | 9f06ff96ccbda25c447b6a6f94082ea1e7784d96 (patch) | |
tree | 0203f2cc2df6eb0544641c6fc44f7e8cc865a361 /Misc | |
parent | 304f5b63e904c3ab0b746ef7ad58c5c2ff0154a8 (diff) | |
download | cpython-9f06ff96ccbda25c447b6a6f94082ea1e7784d96.zip cpython-9f06ff96ccbda25c447b6a6f94082ea1e7784d96.tar.gz cpython-9f06ff96ccbda25c447b6a6f94082ea1e7784d96.tar.bz2 |
gh-91217: deprecate nis (GH-91606)
Automerge-Triggered-By: GH:brettcannon
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-04-16-09-33-14.gh-issue-91217.nt9JFs.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-16-09-33-14.gh-issue-91217.nt9JFs.rst b/Misc/NEWS.d/next/Library/2022-04-16-09-33-14.gh-issue-91217.nt9JFs.rst new file mode 100644 index 0000000..fc29034 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-04-16-09-33-14.gh-issue-91217.nt9JFs.rst @@ -0,0 +1 @@ +Deprecate the nis module. |