2017-07-19 17:23 GMT+02:00 Barry Warsaw barry@python.org:
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