Comment 0 for bug 1276744

Revision history for this message
Adi Roiban (adiroiban) wrote :

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.