Closed feth closed 8 years ago
While not killing support for legacy Python, the way to declare strings is to import unicode_literals in Python 2 ur"foo" is a syntax error in modern Python.
(this one change was tested with Py 3.5)
While not killing support for legacy Python, the way to declare strings is to import unicode_literals in Python 2 ur"foo" is a syntax error in modern Python.