[issue35260] 2to3 Parse Error on Python 3 print() with arguments

2018-11-16 Thread batterystaple456
batterystaple456 added the comment: I was expecting that like other Python 3 code, since it is already in Python 3, it would not parse it like Python 2. -- ___ Python tracker <https://bugs.python.org/issue35

[issue35260] 2to3 Parse Error on Python 3 print() with arguments

2018-11-15 Thread batterystaple456
Change by batterystaple456 : -- type: compile error -> behavior ___ Python tracker <https://bugs.python.org/issue35260> ___ ___ Python-bugs-list mai

[issue35260] 2to3 Parse Error on Python 3 print() with arguments

2018-11-15 Thread batterystaple456
New submission from batterystaple456 : File a.py: print("foo", end='bar') # ParseError I think the error is caused by arguments in the Python 3 print() function (e.g. end, sep) that are not