[Python-checkins] python/nondist/peps pep-3000.txt,1.10,1.11

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Mar 5 20:33:01 CET 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8174

Modified Files:
	pep-3000.txt 
Log Message:
Make some very minor changes for consistency.


Index: pep-3000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-3000.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- pep-3000.txt	22 Jan 2005 04:39:23 -0000	1.10
+++ pep-3000.txt	5 Mar 2005 19:32:57 -0000	1.11
@@ -84,9 +84,7 @@
 Built-ins
 =========
 
-Changes:
-
-* make ``range()`` return an iterator
+* Make ``range()`` return an iterator
 * Relevant functions should consume iterators (e.g. ``min()``,
   ``max()``)
 



More information about the Python-checkins mailing list