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 mark.dickinson
Recipients batterystaple456, mark.dickinson
Date 2018-11-16.11:22:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542367359.36.0.788709270274.issue35260@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure I understand the report: 2to3 expects a valid Python 2 file as input, and the file a.py isn't a valid Python 2 file: the `print` line is a SyntaxError in the absence of a `from __future__ import print_function`.

So yes, this *is* being treated like Python 2 code, but that's what 2to3 is designed to do.

Can you say what you expected to happen here?
History
Date User Action Args
2018-11-16 11:22:39mark.dickinsonsetrecipients: + mark.dickinson, batterystaple456
2018-11-16 11:22:39mark.dickinsonsetmessageid: <1542367359.36.0.788709270274.issue35260@psf.upfronthosting.co.za>
2018-11-16 11:22:39mark.dickinsonlinkissue35260 messages
2018-11-16 11:22:39mark.dickinsoncreate