2014-02-05 18:39:25 |
Adi Roiban |
description |
With the latest code the text is kept internally as Unicode.
It is passed to pyflakes as unicode, but at least on Py 2.7 it fails as pyflakes wants byte string.
I will submit the test and a fix for that. |
With the latest code the text is kept internally as Unicode.
It is passed to pyflakes as unicode, but at least on Py 2.7 it fails as pyflakes wants byte string.
I will submit the test and a fix for that.
Error is:
0: Could not compile; encoding declaration in Unicode string: |
|