gh-91217: deprecate nis (GH-91606)

Automerge-Triggered-By: GH:brettcannon
This commit is contained in:
Brett Cannon 2022-04-16 13:17:30 -07:00 committed by GitHub
parent 304f5b63e9
commit 9f06ff96cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 1 deletions

View file

@ -882,6 +882,7 @@ Deprecated
* :mod:`crypt`
* :mod:`imghdr`
* :mod:`msilib`
* :mod:`nis`
* :mod:`nntplib`
(Contributed by Brett Cannon in :issue:`47061`.)