Hacker News new | past | comments | ask | show | jobs | submit login

GPs point is that strings are handled differently in between versions. Essentially, Py3 introduced two types (text, bytes) where only one existed before (str). You can't preserve the behavior of the old type that magically coerced between them if the new apis expect different types.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: