Record that the CVS tree now has generator tests.

This commit is contained in:
Tim Peters 2001-06-24 07:13:11 +00:00
parent b931f96dea
commit be63f6f87c
1 changed files with 5 additions and 3 deletions

View File

@ -442,9 +442,9 @@ BDFL Pronouncements
Reference Implementation
The current implementation, in a preliminary state (no docs and no
focused tests), is part of Python's CVS development tree[9].
Using this requires that you build Python from source.
The current implementation, in a preliminary state (no docs), is part
of Python's CVS development tree[9]. Using this requires that you
build Python from source.
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
according to the instructions at
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