[Python-checkins] python/nondist/peps pep-0278.txt,1.7,1.8

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Sun, 29 Sep 2002 18:56:20 -0700


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

Modified Files:
	pep-0278.txt 
Log Message:
Fix typo

Index: pep-0278.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0278.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pep-0278.txt	13 Apr 2002 22:16:49 -0000	1.7
--- pep-0278.txt	30 Sep 2002 01:56:17 -0000	1.8
***************
*** 97,101 ****
  
      A partial output implementation, where strings passed to fp.write()
!     would be converted to use fp.newlines as their line terminated but
      all other output would not is far too surprising, in my view.
  
--- 97,101 ----
  
      A partial output implementation, where strings passed to fp.write()
!     would be converted to use fp.newlines as their line terminator but
      all other output would not is far too surprising, in my view.