[Python-checkins] CVS: python/nondist/peps pep-0255.txt,1.12,1.13

Tim Peters tim_one@users.sourceforge.net
Sun, 24 Jun 2001 00:13:13 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv31656/peps

Modified Files:
	pep-0255.txt 
Log Message:
Record that the CVS tree now has generator tests.


Index: pep-0255.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0255.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** pep-0255.txt	2001/06/23 08:56:42	1.12
--- pep-0255.txt	2001/06/24 07:13:11	1.13
***************
*** 443,449 ****
  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.
  
      This was derived from an earlier patch by Neil Schemenauer[7].
--- 443,449 ----
  Reference Implementation
  
!     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].
***************
*** 466,469 ****
--- 466,471 ----
          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.