Add reference to python-dev thread discussing comparing heterogeneous types.

Also fix ref for removal of '<>'; syntactically missing trailing underscore.
This commit is contained in:
Brett Cannon 2004-12-11 07:54:17 +00:00
parent 9518a04556
commit 3c2cb884f2
1 changed files with 6 additions and 3 deletions

View File

@ -70,14 +70,14 @@ Core language
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 @@ References
.. [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
=========