[docs] [issue13239] Remove <> operator from Grammar/Grammar

Éric Araujo report at bugs.python.org
Mon Nov 14 14:23:42 CET 2011


Éric Araujo <merwok at netwok.org> added the comment:

+# <> isn't actually a valid comparison operator in Python. It's here for the
+# sake of a __future__ import described in PEP 401

If we wanted to be exact, the operator isn’t here for a __future__ import but for a feature enabled by a __future__ import.  But I don’t feel strongly about this at all :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13239>
_______________________________________


More information about the docs mailing list