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

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Dec 11 08:54:28 CET 2004


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

Modified Files:
	pep-3000.txt 
Log Message:
Add reference to python-dev thread discussing comparing heterogeneous types.

Also fix ref for removal of '<>'; syntactically missing trailing underscore.


Index: pep-3000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-3000.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pep-3000.txt	2 Sep 2004 19:10:13 -0000	1.7
+++ pep-3000.txt	11 Dec 2004 07:54:17 -0000	1.8
@@ -70,14 +70,14 @@
   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 []_
 
 To be removed:
 
 * The ``lambda`` statement [1]_
 * String exceptions [2]_
 * ```x```: use ``repr(x)`` [2]_
-* The ``<>`` operator (use ``!=`` instead) [3]
+* The ``<>`` operator (use ``!=`` instead) [3]_
 
 
 Built-ins
@@ -132,9 +132,12 @@
 .. [4] python-dev email ("Constancy of None")
    http://mail.python.org/pipermail/python-dev/2004-July/046294.html
 
-.. [5] python-dev email (" "as" to be a keyword?")
+.. [5] python-dev email (' "as" to be a keyword?')
    http://mail.python.org/pipermail/python-dev/2004-July/046316.html
 
+.. [6] python-dev email ("Comparing heterogeneous types")
+   http://mail.python.org/pipermail/python-dev/2004-June/045111.html
+
 
 Copyright
 =========



More information about the Python-checkins mailing list