use references

This commit is contained in:
Benjamin Peterson 2012-01-27 10:47:48 -05:00
parent cfb32c2322
commit b5c41e4ec2
1 changed files with 6 additions and 1 deletions

View File

@ -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
=========