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 ned.deily
Recipients JustinTArthur, ned.deily
Date 2019-09-05.17:39:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567705179.54.0.443081916244.issue38032@roundup.psfhosted.org>
In-reply-to
Content
"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."

The example you supply, badvar,py, is not a valid Python 2.x program.  Python 2 identifiers cannot contain such characters.

https://docs.python.org/3/library/2to3.html
https://docs.python.org/2/reference/lexical_analysis.html#identifiers
https://docs.python.org/3/reference/lexical_analysis.html#identifiers
History
Date User Action Args
2019-09-05 17:39:39ned.deilysetrecipients: + ned.deily, JustinTArthur
2019-09-05 17:39:39ned.deilysetmessageid: <1567705179.54.0.443081916244.issue38032@roundup.psfhosted.org>
2019-09-05 17:39:39ned.deilylinkissue38032 messages
2019-09-05 17:39:39ned.deilycreate