Bug report
New REPL:
>>> from __future__ import barry_as_FLUFL
>>> 1 <> 2
File "<python-input-1>", line 1
1 <> 2
^^
SyntaxError: invalid syntax
Old REPL:
>>> from __future__ import barry_as_FLUFL
>>> 1 <> 2
True
I understand that this is just an easter egg :)
Linked PRs