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

Thomas Wouters python-dev@python.org
Thu, 2 Nov 2000 13:51:55 -0800


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv23090

Modified Files:
	pep-0204.txt 
Log Message:

Small whitespace 'fix', to test checkins.



Index: pep-0204.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0204.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** pep-0204.txt	2000/11/01 22:43:42	1.6
--- pep-0204.txt	2000/11/02 21:51:53	1.7
***************
*** 159,163 ****
      literals.  In slices, `end' would default to the end of the list,
      but this has no meaning in range literals.
!     
  
  Reference Implementation
--- 159,163 ----
      literals.  In slices, `end' would default to the end of the list,
      but this has no meaning in range literals.
! 
  
  Reference Implementation