[issue35383] lib2to3 raises ParseError on argument called "print"

Martin Panter report at bugs.python.org
Sat Dec 8 02:05:02 EST 2018


Martin Panter <vadmium+py at gmail.com> added the comment:

Previous related reports:

* Issue 35260: “2to3” doesn’t parse Python 3’s “print” function by default because it is supposed to translate Python 2 syntax
* Issue 2412: “2to3” should support “from __future__ import print_function”. That frees up the “print” reserved keyword in Python 2.6+.

----------
nosy: +martin.panter
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
superseder:  -> 2to3 Parse Error on Python 3 print() with arguments

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35383>
_______________________________________


More information about the Python-bugs-list mailing list