summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.7.rst
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-09-12 00:10:37 (GMT)
committerGitHub <noreply@github.com>2018-09-12 00:10:37 (GMT)
commit8be876e44b2dffb96b551029454cbfb16d697992 (patch)
tree573708403961f08707109208503e599118549c4d /Doc/whatsnew/3.7.rst
parentfa7dfae3171914f91d629a64c6e829788b485b06 (diff)
downloadcpython-8be876e44b2dffb96b551029454cbfb16d697992.zip
cpython-8be876e44b2dffb96b551029454cbfb16d697992.tar.gz
cpython-8be876e44b2dffb96b551029454cbfb16d697992.tar.bz2
bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192)
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r--Doc/whatsnew/3.7.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index fbaa2cf..be4fef1 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -1923,8 +1923,7 @@ asyncio
Support for directly ``await``-ing instances of :class:`asyncio.Lock` and
other asyncio synchronization primitives has been deprecated. An
asynchronous context manager must be used in order to acquire and release
-the synchronization resource. See :ref:`async-with-locks` for more
-information.
+the synchronization resource.
(Contributed by Andrew Svetlov in :issue:`32253`.)
The :meth:`asyncio.Task.current_task` and :meth:`asyncio.Task.all_tasks`