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

Tim Peters tim_one@users.sourceforge.net
Fri, 15 Jun 2001 13:50:44 -0700


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

Modified Files:
	pep-0255.txt 
Log Message:
Added pointer to the gen-branch of the CVS tree.


Index: pep-0255.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0255.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** pep-0255.txt	2001/06/14 16:06:02	1.3
--- pep-0255.txt	2001/06/15 20:50:42	1.4
***************
*** 250,256 ****
  Reference Implementation
  
!     A preliminary patch against the CVS Python source is available[7].
  
  
  Footnotes and References
  
--- 250,260 ----
  Reference Implementation
  
!     A preliminary implementation is available as the gen-branch of the
!     Python CVS tree on SourceForge[9].  Using this requires that you
!     build Python from source.
  
+     This was derived from an earlier patch by Neil Schemenauer[7].
  
+ 
  Footnotes and References
  
***************
*** 266,269 ****
--- 270,275 ----
      [7] http://python.ca/nas/python/generator.diff
      [8] http://python.sf.net/peps/pep-0236.html
+     [9] The reference implementation is on the gen-branch of Python CVS:
+         http://sf.net/cvs/?group_id=5470