[issue41676] asyncio.Event.wait broken link from asyncio.Event

2021-07-05 Thread Erlend E. Aasland


Change by Erlend E. Aasland :


--
resolution:  -> duplicate
stage: patch review -> resolved
status: open -> closed
superseder:  -> Asyncio Event Documentation Links Incorrect

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41676] asyncio.Event.wait broken link from asyncio.Event

2020-08-31 Thread Thomas Grainger


Change by Thomas Grainger :


--
keywords: +patch
pull_requests: +21129
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/22029

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41676] asyncio.Event.wait broken link from asyncio.Event

2020-08-31 Thread Ben


Ben  added the comment:

looking at the source 
https://raw.githubusercontent.com/python/cpython/3.8/Doc/library/asyncio-sync.rst
  it says :meth:`wait`  just like the surrounding methods and surrounding 
types, which all work. 

Maybe :meth:`Event.wait` would fix?   But why :meth:`wait` didn't work is not 
obvious to me?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41676] asyncio.Event.wait broken link from asyncio.Event

2020-08-31 Thread Ben


Change by Ben :


--
nosy: +bjs, vstinner

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41676] asyncio.Event.wait broken link from asyncio.Event

2020-08-31 Thread STINNER Victor


STINNER Victor  added the comment:

Do you want to propose a documentation fix?

--
nosy: +vstinner

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41676] asyncio.Event.wait broken link from asyncio.Event

2020-08-31 Thread Thomas Grainger


New submission from Thomas Grainger :

https://docs.python.org/dev/library/asyncio-sync.html#asyncio.Event links to 
https://docs.python.org/dev/library/asyncio-task.html#asyncio.wait instead of 
https://docs.python.org/dev/library/asyncio-sync.html#asyncio.Event.wait

--
assignee: docs@python
components: Documentation
messages: 376153
nosy: docs@python, graingert
priority: normal
severity: normal
status: open
title: asyncio.Event.wait broken link from asyncio.Event
versions: Python 3.10, Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 
3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com