New submission from Udi Oron: 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. ---------- assignee: docs@python components: Documentation, asyncio files: asyncio-timeout.patch keywords: patch messages: 259071 nosy: Udi Oron, docs@python, gvanrossum, haypo, yselivanov priority: normal severity: normal status: open title: Add "version added" for documentation of asyncio.timeout for documentation of python 3.4, 3.5, 3.6 versions: Python 3.4, Python 3.5, Python 3.6 Added file: http://bugs.python.org/file41731/asyncio-timeout.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26224> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com