[New-bugs-announce] [issue28051] Typo and broken links in page "What's New In Python 3.5"

Lorenzo Pascucci report at bugs.python.org
Fri Sep 9 15:44:40 EDT 2016


New submission from Lorenzo Pascucci:

In the documentation page "What's New In Python 3.5" there is a small typo within the section "Improved Modules" related to `asyncio` [0], along with 3 broken links.

Typo:
The function `loop.set_task_factory()` appears linked twice, but the second link is actually for the function `loop.get_task_factory()`.

Links:
The (duplicate) link for `loop.set_task_factory()` and the link for `loop.create_task()` point to the right documentation page, but to wrong anchors: they refer to `BaseEventLoop` whereas they should refer to `AbstractEventLoop`.


[0] https://docs.python.org/3/whatsnew/3.5.html#asyncio

----------
assignee: docs at python
components: Documentation
messages: 275407
nosy: Lorenzo Pascucci, docs at python
priority: normal
severity: normal
status: open
title: Typo and broken links in page "What's New In Python 3.5"
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28051>
_______________________________________


More information about the New-bugs-announce mailing list