New submission from Yann Grisel:

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.

----------
components: 2to3 (2.x to 3.x conversion tool)
messages: 293573
nosy: Yann Grisel
priority: normal
severity: normal
status: open
title: Unicode symbols crash lib2to3.parse
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30355>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to