Issue 26224: Add "version added" for documentation of asyncio.timeout for documentation of python 3.4, 3.5, 3.6 (original) (raw)

Issue26224

Created on 2016-01-27 23:02 by Udi Oron, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
asyncio-timeout.patch Udi Oron,2016-01-27 23:02 review
Messages (2)
msg259071 - (view) Author: Udi Oron (Udi Oron) * Date: 2016-01-27 23:02
It seems like `asyncio.timeout` is going to be added in 3.4.5, 3.5.2 and 3.6. The current live documentation of python 3.4 and python 3.5.1 does not include a comment regarding it is not yet available in the current released versions of python. The documentation should include a `.. versionadded:: 3.4.5`, `.. versionadded:: 3.5.2` or `.. versionadded:: 3.6` according to the branch.
msg277674 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-09-28 23:24
Thanks for the patch. asyncio.timeout() has been removed in 73a28ad66bd9.
History
Date User Action Args
2022-04-11 14:58:26 admin set github: 70412
2016-09-28 23:24:46 berker.peksag set type: behavior
2016-09-28 23:24:38 berker.peksag set status: open -> closednosy: + berker.peksagmessages: + resolution: out of datestage: patch review -> resolved
2016-02-15 21:03:37 martin.panter set stage: patch review
2016-01-27 23:02:48 Udi Oron create