This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author n_rosenstein
Recipients n_rosenstein
Date 2018-12-03.10:20:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543832407.47.0.788709270274.issue35383@psf.upfronthosting.co.za>
In-reply-to
Content
On Python 3.7.0 lib2to3 will not parse code like this:

    def foo(print=None):
      pass

and yield the following error instead

    lib2to3.pgen2.parse.ParseError: bad input: type=1, value='print', context=('', (1, 8))
History
Date User Action Args
2018-12-03 10:20:07n_rosensteinsetrecipients: + n_rosenstein
2018-12-03 10:20:07n_rosensteinsetmessageid: <1543832407.47.0.788709270274.issue35383@psf.upfronthosting.co.za>
2018-12-03 10:20:07n_rosensteinlinkissue35383 messages
2018-12-03 10:20:07n_rosensteincreate