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

Perhaps, but the lack of bytestrings seems to be what bites everyone. It's the only "deep" change and it affects anyone who wants to slice raw bytes (which includes most web frameworks).


Python 3 has bytestrings. They look like this:

  b'foo'
And you can slice them up as you wish.




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

Search: