diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-03-22 00:30:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 00:30:21 (GMT) |
commit | c3538355f49f9394140428a848f2acf08175ff1a (patch) | |
tree | e987556bcddec7132d3f05724cf183dafa1ff1ca /Doc/library/nis.rst | |
parent | 7fc12540e3e873d8ff49711e70fd691185f977b9 (diff) | |
download | cpython-c3538355f49f9394140428a848f2acf08175ff1a.zip cpython-c3538355f49f9394140428a848f2acf08175ff1a.tar.gz cpython-c3538355f49f9394140428a848f2acf08175ff1a.tar.bz2 |
[3.10] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-32039)
Also removed asynchat, asyncore, and smtpd from their respective toctree entries so they are only in the superceded subtree.
(cherry picked from commit 9ac2de922a0f783bd43b8e026e4fb70fd1888572)
Co-authored-by: Brett Cannon <brett@python.org>
Automerge-Triggered-By: GH:brettcannon
Diffstat (limited to 'Doc/library/nis.rst')
-rw-r--r-- | Doc/library/nis.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/nis.rst b/Doc/library/nis.rst index 10c67cb..f6b6ea8 100644 --- a/Doc/library/nis.rst +++ b/Doc/library/nis.rst @@ -5,10 +5,14 @@ .. module:: nis :platform: Unix :synopsis: Interface to Sun's NIS (Yellow Pages) library. + :deprecated: .. moduleauthor:: Fred Gansevles <Fred.Gansevles@cs.utwente.nl> .. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il> +.. deprecated:: 3.11 + The :mod:`nis` module is deprecated (see :pep:`594` for details). + -------------- The :mod:`nis` module gives a thin wrapper around the NIS library, useful for |