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

Tim Peters tim_one@users.sourceforge.net
Fri, 15 Jun 2001 14:37:17 -0700


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

Modified Files:
	pep-0255.txt 
Log Message:
Add branch-retrieval instructions, adapted from PEP 253.


Index: pep-0255.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0255.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** pep-0255.txt	2001/06/15 20:50:42	1.4
--- pep-0255.txt	2001/06/15 21:37:15	1.5
***************
*** 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
  
  
--- 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