Issue 8676: Py3k Built-in Exceptions documentation mentions the raise statement of 2.x (original) (raw)
Issue8676
Created on 2010-05-10 19:29 by daniel.urban, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg105457 - (view) | Author: Daniel Urban (daniel.urban) * ![]() |
Date: 2010-05-10 19:29 |
In the documentation of the exceptions (http://docs.python.org/dev/py3k/library/exceptions) there is a sentence: "The associated value is the second argument to the raise statement." But in py3k there is a different raise statement than in 2.x. | ||
msg105465 - (view) | Author: Benjamin Peterson (benjamin.peterson) * ![]() |
Date: 2010-05-10 20:49 |
Thanks for the report. Fixed in r81057. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:00 | admin | set | github: 52922 |
2010-05-10 20:49:41 | benjamin.peterson | set | status: open -> closednosy: + benjamin.petersonmessages: + resolution: fixed |
2010-05-10 19:29:06 | daniel.urban | create |