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 Yann Grisel
Recipients Yann Grisel
Date 2017-05-12.21:26:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494624360.33.0.637905256361.issue30355@psf.upfronthosting.co.za>
In-reply-to
Content
The code formatter YAPF relies on lib2to3 to parse the code before formatting it. The function "classify" from "lib2to3/pgen2/parse.py" returns a ParseError when encountering unicode variable names (like Δ), which it should not.
History
Date User Action Args
2017-05-12 21:26:00Yann Griselsetrecipients: + Yann Grisel
2017-05-12 21:26:00Yann Griselsetmessageid: <1494624360.33.0.637905256361.issue30355@psf.upfronthosting.co.za>
2017-05-12 21:26:00Yann Grisellinkissue30355 messages
2017-05-12 21:26:00Yann Griselcreate