Y
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
mshafrir
5877 days ago
Some gotchas:
http://stackoverflow.com/questions/809796/any-gotchas-using-...
link