From be63f6f87ced2be22a8feefe95f8fe7705e524e4 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 24 Jun 2001 07:13:11 +0000 Subject: [PATCH] Record that the CVS tree now has generator tests. --- pep-0255.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pep-0255.txt b/pep-0255.txt index 2e2c6dc4e..401e5b335 100644 --- a/pep-0255.txt +++ b/pep-0255.txt @@ -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