[issue19691] Weird wording in RuntimeError doc

Antoine Pitrou report at bugs.python.org
Fri Nov 22 15:21:48 CET 2013


New submission from Antoine Pitrou:

The RuntimeError documentation has a strange sentence embedded in it:

"""This exception is mostly a relic from a previous version of the interpreter; it is not used very much any more"""

http://docs.python.org/dev/library/exceptions.html#RuntimeError

That's quite wrong. RuntimeError may not be raised inside the interpreter core, but it's raised by a bunch of stdlib modules.

----------
assignee: docs at python
components: Documentation
messages: 203763
nosy: docs at python, neologix, pitrou
priority: normal
severity: normal
status: open
title: Weird wording in RuntimeError doc
type: behavior
versions: Python 2.7, Python 3.3, Python 3.4

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


More information about the Python-bugs-list mailing list