[Python-checkins] python/nondist/peps pep-0102.txt,1.13,1.14

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Mon Sep 22 23:25:50 EDT 2003


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv9704

Modified Files:
	pep-0102.txt 
Log Message:
wrap long line

Index: pep-0102.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0102.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** pep-0102.txt	22 Sep 2003 04:51:50 -0000	1.13
--- pep-0102.txt	23 Sep 2003 03:25:48 -0000	1.14
***************
*** 181,185 ****
  
        % cd ~
!       % cvs -d cvs.sf.net:/cvsroot/python export -rr212 -d Python-2.1.2 python/dist/src
  
    ___ Generate the tarball.  Note that we're not using the `z' option
--- 181,186 ----
  
        % cd ~
!       % cvs -d cvs.sf.net:/cvsroot/python export -rr212 \
!                             -d Python-2.1.2 python/dist/src
  
    ___ Generate the tarball.  Note that we're not using the `z' option





More information about the Python-checkins mailing list