`barry_as_FLUFL` future flag does not work in new REPL
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Closed
Labels
Description
opened
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
Metadata
Metadata
Assignees
No one assigned
Labels
Fields
No fields configured for issues without a type.
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests