[Python-checkins] peps: use references
benjamin.peterson
python-checkins at python.org
Fri Jan 27 16:47:52 CET 2012
http://hg.python.org/peps/rev/b59ce07dab7b
changeset: 4023:b59ce07dab7b
user: Benjamin Peterson <benjamin at 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
More information about the Python-checkins
mailing list