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

My experience was different. The single biggest change I had to deal with in a zillion places was change of str from bytes to unicode. That wasn't just a syntax change. It forced me to chase down all the places where I'd been handling treating strings like bytes because it worked 99% of the time as long as I was only dealing with ASCII. No amount of clever AST re-writing would save me from those earlier mistakes.


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

Search: