[Python-checkins] python/nondist/peps pep-3000.txt,1.8,1.9

goodger at users.sourceforge.net goodger at users.sourceforge.net
Sat Dec 11 19:06:30 CET 2004


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

Modified Files:
	pep-3000.txt 
Log Message:
filled in the footnote number

Index: pep-3000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-3000.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pep-3000.txt	11 Dec 2004 07:54:17 -0000	1.8
+++ pep-3000.txt	11 Dec 2004 18:06:27 -0000	1.9
@@ -70,7 +70,7 @@
   equivalent generator expression to ``list()``; as a consequence the
   loop variable will no longer be exposed.
 * Comparisons other than ``==`` and ``!=`` between disparate types
-  will raise an exception unless explicitly supported by the type []_
+  will raise an exception unless explicitly supported by the type [6]_
 
 To be removed:
 



More information about the Python-checkins mailing list