Reference tracker issue for PEP 380 forward port to 3.3
This commit is contained in:
parent
405a8d47d8
commit
454f3f2c5f
|
@ -449,6 +449,12 @@ outlined above.
|
||||||
.. _Examples and Implementation:
|
.. _Examples and Implementation:
|
||||||
http://www.cosc.canterbury.ac.nz/greg.ewing/python/yield-from/
|
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
|
Copyright
|
||||||
=========
|
=========
|
||||||
|
@ -456,7 +462,6 @@ Copyright
|
||||||
This document has been placed in the public domain.
|
This document has been placed in the public domain.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
..
|
..
|
||||||
Local Variables:
|
Local Variables:
|
||||||
mode: indented-text
|
mode: indented-text
|
||||||
|
|
Loading…
Reference in New Issue