Ah, how deservedly superficial my title is:
% python3 flufl.py
File "flufl.py", line 3
1 <> 2
^
SyntaxError: invalid syntax
% cat flufl.py
from __future__ import barry_as_FLUFL1 <> 2 -Barry > On Jul 19, 2017, at 11:31, Victor Stinner <[email protected]> wrote: > > 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
signature.asc
Description: Message signed with OpenPGP
_______________________________________________ python-committers mailing list [email protected] https://mail.python.org/mailman/listinfo/python-committers Code of Conduct: https://www.python.org/psf/codeofconduct/
