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.13:03:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542373393.26.0.788709270274.issue35260@psf.upfronthosting.co.za>
In-reply-to
Content
I'm still confused: the main purpose of 2to3 is to take Python 2 code and turn it into Python 3 code. The docs[1] are fairly unambiguous here:

> 2to3 is a Python program that reads Python 2.x source code and applies a series of fixers to transform it into valid Python 3.x code.

So expecting 2to3 *not* to parse code as though it's Python 2 code seem odd.

[1] https://docs.python.org/3.7/library/2to3.html
History
Date User Action Args
2018-11-16 13:03:13mark.dickinsonsetrecipients: + mark.dickinson, batterystaple456
2018-11-16 13:03:13mark.dickinsonsetmessageid: <1542373393.26.0.788709270274.issue35260@psf.upfronthosting.co.za>
2018-11-16 13:03:13mark.dickinsonlinkissue35260 messages
2018-11-16 13:03:13mark.dickinsoncreate