[Python-checkins] r73164 - python/branches/py3k/Doc/reference/expressions.rst

georg.brandl python-checkins at python.org
Wed Jun 3 09:26:22 CEST 2009


Author: georg.brandl
Date: Wed Jun  3 09:26:22 2009
New Revision: 73164

Log:
<> is gone (almost).

Modified:
   python/branches/py3k/Doc/reference/expressions.rst

Modified: python/branches/py3k/Doc/reference/expressions.rst
==============================================================================
--- python/branches/py3k/Doc/reference/expressions.rst	(original)
+++ python/branches/py3k/Doc/reference/expressions.rst	Wed Jun  3 09:26:22 2009
@@ -1253,7 +1253,7 @@
 +-----------------------------------------------+-------------------------------------+
 | :keyword:`in`, :keyword:`not` :keyword:`in`,  | Comparisons, including membership   |
 | :keyword:`is`, :keyword:`is not`, ``<``,      | tests and identity tests,           |
-| ``<=``, ``>``, ``>=``, ``<>``, ``!=``, ``==`` |                                     |
+| ``<=``, ``>``, ``>=``, ``!=``, ``==``         |                                     |
 +-----------------------------------------------+-------------------------------------+
 | ``|``                                         | Bitwise OR                          |
 +-----------------------------------------------+-------------------------------------+


More information about the Python-checkins mailing list