use references
This commit is contained in:
parent
cfb32c2322
commit
b5c41e4ec2
|
@ -76,8 +76,13 @@ the cause:
|
|||
raise KeyError() from NameError()
|
||||
|
||||
but because the 'cause' is None the previous context is discarded. There is a
|
||||
patch to this effect attached to Issue6210 (http://bugs.python.org/issue6210).
|
||||
patch to this effect attached to issue 6210 [#issue6210]_.
|
||||
|
||||
References
|
||||
==========
|
||||
|
||||
.. [#issue6210]
|
||||
http://bugs.python.org/issue6210
|
||||
|
||||
Copyright
|
||||
=========
|
||||
|
|
Loading…
Reference in New Issue