diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-05-13 20:11:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 20:11:05 (GMT) |
commit | 597ff241889f975a3ccc286ddb1258208dc57aea (patch) | |
tree | e00832d144caec1bd8d38722e634a91a37277961 /Doc/library/asynchat.rst | |
parent | 48f2d8de24d636ee039a36a5b220ef76efc2edff (diff) | |
download | cpython-597ff241889f975a3ccc286ddb1258208dc57aea.zip cpython-597ff241889f975a3ccc286ddb1258208dc57aea.tar.gz cpython-597ff241889f975a3ccc286ddb1258208dc57aea.tar.bz2 |
gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
(cherry picked from commit 9f68dab3d327335b938046c50b4f09944e993cc8)
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
Diffstat (limited to 'Doc/library/asynchat.rst')
-rw-r--r-- | Doc/library/asynchat.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/asynchat.rst b/Doc/library/asynchat.rst index 4354444..7cc9d99 100644 --- a/Doc/library/asynchat.rst +++ b/Doc/library/asynchat.rst @@ -11,7 +11,8 @@ **Source code:** :source:`Lib/asynchat.py` .. deprecated:: 3.6 - :mod:`asynchat` will be removed in Python 3.12 (:pep:`594`). + :mod:`asynchat` will be removed in Python 3.12 + (see :pep:`PEP 594 <594#asynchat>` for details). Please use :mod:`asyncio` instead. -------------- |