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 eric.smith
Recipients eric.smith, jimli
Date 2019-06-27.00:15:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561594529.19.0.582171165468.issue37423@roundup.psfhosted.org>
In-reply-to
Content
2to3 is designed to convert python2 code to python3. It is not designed to work on python3 code.

I believe this behavior is correct.
History
Date User Action Args
2019-06-27 00:15:29eric.smithsetrecipients: + eric.smith, jimli
2019-06-27 00:15:29eric.smithsetmessageid: <1561594529.19.0.582171165468.issue37423@roundup.psfhosted.org>
2019-06-27 00:15:29eric.smithlinkissue37423 messages
2019-06-27 00:15:28eric.smithcreate