Hacker News new | ask | show | jobs
by nas 5877 days ago
In 2.6 you can use: "from __future__ import unicode_literals". Use b'...' to get a str() instance instead of a unicode() object after that.
1 comments