[issue36794] asyncio.Lock documentation in Py3.8 lacks parts presented in documentation in Py3.6

Mikhail Gerasimov report at bugs.python.org
Sat May 4 10:20:06 EDT 2019


New submission from Mikhail Gerasimov <Gerasimov-M-N at yandex.ru>:

Compare:
https://docs.python.org/3.6/library/asyncio-sync.html#asyncio.Lock
https://docs.python.org/3.8/library/asyncio-sync.html#asyncio.Lock

First version is much more detailed.
It allows to avoid confusions like one with unlocking order:
https://stackoverflow.com/q/55951233/1113207

----------
assignee: docs at python
components: Documentation, asyncio
messages: 341385
nosy: asvetlov, docs at python, germn, yselivanov
priority: normal
severity: normal
status: open
title: asyncio.Lock documentation in Py3.8 lacks parts presented in documentation in Py3.6
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36794>
_______________________________________


More information about the Python-bugs-list mailing list