Hacker News new | ask | show | jobs
by gjvc 94 days ago
this must be right, i'm getting downvoted
2 comments

It's wrong. Python3 eliminated mountains of annoying bugs that happened all over the code base because of mixing of unicode strings and byte strings. Python2 was an absolute mess.
Please don't do this.