summaryrefslogtreecommitdiffstats
path: root/Doc/library/asynchat.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-05-13 20:11:05 (GMT)
committerGitHub <noreply@github.com>2022-05-13 20:11:05 (GMT)
commit597ff241889f975a3ccc286ddb1258208dc57aea (patch)
treee00832d144caec1bd8d38722e634a91a37277961 /Doc/library/asynchat.rst
parent48f2d8de24d636ee039a36a5b220ef76efc2edff (diff)
downloadcpython-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.rst3
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.
--------------