[python-committers] My (positive) feedback on the new CPython workflow
Victor Stinner
victor.stinner at gmail.com
Wed Jul 19 11:31:48 EDT 2017
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
More information about the python-committers
mailing list