|
|
|
|
|
by teddyh
4095 days ago
|
|
There seems to be a problem parsing backslash escapes: echo 'foo="\\"' | PYTHONPATH=/tmp/yapf/yapf python /tmp/yapf Raises a lib2to3.pgen2.parse.ParseError. Also crashes on \n, but not, strangely, on \t. I’m guessing that the backslashes get interpreted twice, somehow. |
|