[Python-checkins] python/nondist/peps pep-3000.txt,1.4,1.5

goodger at users.sourceforge.net goodger at users.sourceforge.net
Fri Aug 27 15:16:34 CEST 2004


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

Modified Files:
	pep-3000.txt 
Log Message:
markup

Index: pep-3000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-3000.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pep-3000.txt	27 Aug 2004 05:24:03 -0000	1.4
+++ pep-3000.txt	27 Aug 2004 13:16:31 -0000	1.5
@@ -55,8 +55,10 @@
             .bar(4, .foo)
 
 * Return iterators instead of lists
+
     - ``dict.keys()``, ``.values()``, ``.items()``
     - ``range()``, ``zip()``
+
 * Replace ``print`` by a function: ``write(x,y,z)``,
   ``writeln(x,y,z)`` [2]_
 * Do something so you can catch multiple exceptions using ``except E1,



More information about the Python-checkins mailing list