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

Tim Peters tim_one@users.sourceforge.net
Tue, 19 Jun 2001 13:11:52 -0700


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

Modified Files:
	pep-0255.txt 
Log Message:
Record that the generator work is part of the regular CVS tree now.


Index: pep-0255.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0255.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** pep-0255.txt	2001/06/15 21:37:15	1.5
--- pep-0255.txt	2001/06/19 20:11:50	1.6
***************
*** 250,256 ****
  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].
--- 250,256 ----
  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].
***************
*** 270,279 ****
      [7] http://python.ca/nas/python/generator.diff
      [8] http://python.sf.net/peps/pep-0236.html
!     [9] To experiment with this implementation, proceed to check out
!         Python from CVS according to the instructions at
              http://sf.net/cvs/?group_id=5470
-         but add the arguments "-r gen-branch" to the cvs checkout command.
-         You can also start with an existing checkout and do
-             cvs update -r gen-branch
  
  
--- 270,276 ----
      [7] http://python.ca/nas/python/generator.diff
      [8] http://python.sf.net/peps/pep-0236.html
!     [9] To experiment with this implementation, check out Python from CVS
!         according to the instructions at
              http://sf.net/cvs/?group_id=5470