[docs] [issue23962] Incorrect TimeoutError referenced in concurrent.futures documentation

Ryder Lewis report at bugs.python.org
Wed Apr 15 05:33:52 CEST 2015


New submission from Ryder Lewis:

The documentation at https://docs.python.org/3/library/concurrent.futures.html has several functions that case raise a TimeoutError. The hyperlink generated for TimeoutError links to the built-in exception https://docs.python.org/3/library/exceptions.html#TimeoutError. However, the exception raised is a concurrent.futures._base.TimeoutError exception instead, which is undocumented.

----------
assignee: docs at python
components: Documentation
messages: 241074
nosy: docs at python, ryder.lewis
priority: normal
severity: normal
status: open
title: Incorrect TimeoutError referenced in concurrent.futures documentation
versions: Python 3.4, Python 3.5

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


More information about the docs mailing list