[docs] [issue25381] Doc: Use of old description of raise in Python3

Xiang Zhang report at bugs.python.org
Mon Oct 12 17:49:50 CEST 2015


Xiang Zhang added the comment:

With this sentence

A second global variable stores the “associated value” of the exception (the second argument to raise).

I think the phrase inside the parentheses is to explain the "associated value", which is usually a string passed to the exception object, not the exception object itself.

Do I misunderstand anything?

----------

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


More information about the docs mailing list