Éric Araujo <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue13239> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
