2017-07-19 17:23 GMT+02:00 Barry Warsaw <[email protected]>: > That, and bringing back the diamond operator for realz.
For people who don't know the "diamond operator" like me ;-) haypo@selma$ python3 Python 3.5.3 (default, May 10 2017, 15:05:55) >>> from __future__ import barry_as_FLUFL >>> 1 != 2 SyntaxError: invalid syntax >>> 1 <> 2 True Victor _______________________________________________ python-committers mailing list [email protected] https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/
