http://hg.python.org/peps/rev/b59ce07dab7b changeset: 4023:b59ce07dab7b user: Benjamin Peterson <benjamin@python.org> date: Fri Jan 27 10:47:48 2012 -0500 summary: use references files: pep-0409.txt | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/pep-0409.txt b/pep-0409.txt --- a/pep-0409.txt +++ b/pep-0409.txt @@ -76,8 +76,13 @@ 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 ========= -- Repository URL: http://hg.python.org/peps
participants (1)
-
benjamin.peterson