Record that the CVS tree now has generator tests.
This commit is contained in:
parent
b931f96dea
commit
be63f6f87c
|
@ -442,9 +442,9 @@ BDFL Pronouncements
|
||||||
|
|
||||||
Reference Implementation
|
Reference Implementation
|
||||||
|
|
||||||
The current implementation, in a preliminary state (no docs and no
|
The current implementation, in a preliminary state (no docs), is part
|
||||||
focused tests), is part of Python's CVS development tree[9].
|
of Python's CVS development tree[9]. Using this requires that you
|
||||||
Using this requires that you build Python from source.
|
build Python from source.
|
||||||
|
|
||||||
This was derived from an earlier patch by Neil Schemenauer[7].
|
This was derived from an earlier patch by Neil Schemenauer[7].
|
||||||
|
|
||||||
|
@ -465,6 +465,8 @@ Footnotes and References
|
||||||
[9] To experiment with this implementation, check out Python from CVS
|
[9] To experiment with this implementation, check out Python from CVS
|
||||||
according to the instructions at
|
according to the instructions at
|
||||||
http://sf.net/cvs/?group_id=5470
|
http://sf.net/cvs/?group_id=5470
|
||||||
|
Note that the std test Lib/test/test_generators.py contains many
|
||||||
|
examples, including all those in this PEP.
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
|
|
Loading…
Reference in New Issue