Hacker News new | ask | show | jobs
by dragonwriter 4446 days ago
> py3 has a few tweaks and some annoying syntax changes to make things more "pure"

That may have been true of Python 3.0 vs. 2.x, but Python 3 has moved forward quite a bit since 3.0.

1 comments

I think the point was there was no "OMG we need that, let's upgrade" feature for most people (unicode maybe).

e.g.:

  * Performance
  * Getting rid of the GIL
  * Improve multithreading (somewhat related to above) - multiprocess is still very bad performance-wise
A fair number of the things in 3.x could have been added to the 2.x series...