support python3 print statements as print instead of regular function… #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Most modern editors highlight the "python" part of a Python 3 function call like a keyword, not a normal call expression.
This supports both Python3 and Python 2 now, instead of just legacy.
The way I understand it,
printis a regular built-in function in Python 3, and not something that actually appears in the grammar. As such, I feel the current behavior is more appropriate.Code mirror 5 didn't work this way, and neither does VS code. It results in
really bland looking print statements that aren't recognizable.
On Fri, Nov 11, 2022, 12:45 PM Marijn Haverbeke @.***>
wrote:
Pull request closed