[python-committers] My (positive) feedback on the new CPython workflow

Barry Warsaw barry at python.org
Wed Jul 19 21:51:46 EDT 2017


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_FLUFL

1 <> 2

-Barry

> On Jul 19, 2017, at 11:31, Victor Stinner <victor.stinner at gmail.com> wrote:
> 
> 2017-07-19 17:23 GMT+02:00 Barry Warsaw <barry at python.org>:
>> That, and bringing back the diamond operator for realz.
> 
> For people who don't know the "diamond operator" like me ;-)
> 
> haypo at 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Message signed with OpenPGP
URL: <http://mail.python.org/pipermail/python-committers/attachments/20170719/b8a11805/attachment.sig>


More information about the python-committers mailing list