[issue19691] Weird wording in RuntimeError doc

2013-11-25 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue19691] Weird wording in RuntimeError doc

2013-11-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6aeaaa614a19 by Antoine Pitrou in branch '3.3': Issue #19691: remove outdated mention about RuntimeError http://hg.python.org/cpython/rev/6aeaaa614a19 New changeset f4de1c5e381d by Antoine Pitrou in branch 'default': Issue #19691: remove outdated me

[issue19691] Weird wording in RuntimeError doc

2013-11-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 313d9bb253bf by Antoine Pitrou in branch '2.7': Issue #19691: remove outdated mention about RuntimeError http://hg.python.org/cpython/rev/313d9bb253bf -- nosy: +python-dev ___ Python tracker

[issue19691] Weird wording in RuntimeError doc

2013-11-25 Thread Antoine Pitrou
Antoine Pitrou added the comment: The mention was already there in 1994 (2ec96140a36b), under the following form: +\begin{excdesc}{RuntimeError} + Raised when an error is detected that doesn't fall in any of the + other categories. The associated value is a string indicating what + precisely

[issue19691] Weird wording in RuntimeError doc

2013-11-24 Thread Georg Brandl
Georg Brandl added the comment: I think so. -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue19691] Weird wording in RuntimeError doc

2013-11-24 Thread Ezio Melotti
Ezio Melotti added the comment: So maybe it can just be removed? -- keywords: +easy nosy: +ezio.melotti stage: -> needs patch ___ Python tracker ___

[issue19691] Weird wording in RuntimeError doc

2013-11-23 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue19691] Weird wording in RuntimeError doc

2013-11-22 Thread Antoine Pitrou
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