From: Georg Brandl Date: Wed, 3 Jun 2009 07:26:22 +0000 (+0000) Subject: <> is gone (almost). X-Git-Tag: v3.1rc2~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5ebc268e22bfad91298b9553a6873eefa41e6d2;p=thirdparty%2FPython%2Fcpython.git <> is gone (almost). --- diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst index b74c47d474bd..79c87be3e254 100644 --- a/Doc/reference/expressions.rst +++ b/Doc/reference/expressions.rst @@ -1253,7 +1253,7 @@ groups from right to left). +-----------------------------------------------+-------------------------------------+ | :keyword:`in`, :keyword:`not` :keyword:`in`, | Comparisons, including membership | | :keyword:`is`, :keyword:`is not`, ``<``, | tests and identity tests, | -| ``<=``, ``>``, ``>=``, ``<>``, ``!=``, ``==`` | | +| ``<=``, ``>``, ``>=``, ``!=``, ``==`` | | +-----------------------------------------------+-------------------------------------+ | ``|`` | Bitwise OR | +-----------------------------------------------+-------------------------------------+