Y
Hacker News
new
|
ask
|
show
|
jobs
by
Gorgor
2811 days ago
While u"" is accepted in current Python 3, for some reason they ignored the raw unicode string ur"" which still is a syntax error in Python 3. So, unicode_literals is definitely preferable.