nvbn / py-backwards

Python to python compiler that allows you to use Python 3.6 features in older versions.
306 stars 17 forks source link

String literals transformer #12

Closed nvbn closed 7 years ago

nvbn commented 7 years ago

If some string dosn't have a literal, it should be u, like:

'hello world' -> u'hello world'