[Python-checkins] python/nondist/peps pep-3000.txt,1.2,1.3

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Mon Aug 23 20:07:09 CEST 2004


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

Modified Files:
	pep-3000.txt 
Log Message:
Add <> operator

Index: pep-3000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-3000.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pep-3000.txt	20 Aug 2004 15:05:39 -0000	1.2
+++ pep-3000.txt	23 Aug 2004 18:07:06 -0000	1.3
@@ -66,6 +66,7 @@
 * The ``lambda`` statement [1]_
 * String exceptions [2]_
 * ```x```: use ``repr(x)`` [2]_
+* The ``<>`` operator (use ``!=`` instead) [3]
 
 
 Built-ins



More information about the Python-checkins mailing list