[Python-checkins] peps: Reference tracker issue for PEP 380 forward port to 3.3

nick.coghlan python-checkins at python.org
Sat Mar 26 05:05:13 CET 2011


http://hg.python.org/peps/rev/9bd2aaf4c1fe
changeset:   3850:9bd2aaf4c1fe
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat Mar 26 14:04:32 2011 +1000
summary:
  Reference tracker issue for PEP 380 forward port to 3.3

files:
  pep-0380.txt |  7 ++++++-
  1 files changed, 6 insertions(+), 1 deletions(-)


diff --git a/pep-0380.txt b/pep-0380.txt
--- a/pep-0380.txt
+++ b/pep-0380.txt
@@ -449,6 +449,12 @@
 .. _Examples and Implementation:
    http://www.cosc.canterbury.ac.nz/greg.ewing/python/yield-from/
 
+A version of the implementation updated for Python 3.3 is available from
+tracker `issue #11682`_
+
+.. _issue #11682
+   http://bugs.python.org/issue11682
+
 
 Copyright
 =========
@@ -456,7 +462,6 @@
 This document has been placed in the public domain.
 
 
-
 ..
    Local Variables:
    mode: indented-text

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list