You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Python 2, convert directly to unicode (instead of converting to str first, followed by encoding).
Simpler code, and more obviously equivalent to `unicode(...)` in the interpreter.
0 commit comments