Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Modern Python has a single type of string.

What used to be called "string" in Python 2 is no longer called that, precisely so as to avoid unnecessary confusion. It's called "bytes", which is why the question of "why do I have to convert it to string?" doesn't arise.



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

Search: