[Python-checkins] CVS: python/nondist/peps pep-0238.txt,1.15,1.16

A.M. Kuchling akuchling@users.sourceforge.net
Tue, 07 Aug 2001 08:30:13 -0700


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

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


Index: pep-0238.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0238.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** pep-0238.txt	2001/08/07 02:52:37	1.15
--- pep-0238.txt	2001/08/07 15:30:11	1.16
***************
*** 150,154 ****
      - x \ y.  The backslash is already a token, meaning line
        continuation, and in general it suggests an "escape" to Unix
!       eyes.  In addition (this due to terry Reedy) this would make
        things like eval("x\y") harder to get right.
  
--- 150,154 ----
      - x \ y.  The backslash is already a token, meaning line
        continuation, and in general it suggests an "escape" to Unix
!       eyes.  In addition (this due to Terry Reedy) this would make
        things like eval("x\y") harder to get right.