Hacker News new | ask | show | jobs
by loeg 3291 days ago
Python 3 has, more or less, just renamed unicode() to str() and str() to bytes(). unicode() support was already complete in Python 2. The rename is not a user-facing feature.
1 comments

String literals are unicode by default, which they were not before.