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

> millions of engineer-hours, and the result was better Unicode support and a handful of minor features

Yes, and I wish the better Unicode support had been implemented similarly to how Go does it - one string type, and you use it to hold UTF-8 if needed. In other words, they could've simply deprecated the Python 2.X unicode object and added libraries to extract code points, or grapheme clusters, or perform normalization etc... This seems much simpler and more "Pythonic".

I guess everything is 20/20 in hindsight.




I totally agree with you. I hope we still have a chance to do it well with PyPy.




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

Search: