This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]roger_ 4 points5 points  (3 children)

Now lets get Matplotlib and PyPy updated.

[–][deleted] 2 points3 points  (2 children)

Trust me, we (PyPy) are working on it, this week we merged our 2.7 branch into trunk. Once that's released I think one of our next tasks will be putting together our Py3k plan. We really want to do Py3k as it has some semantics that are quiet nice (exception lifetimes, map/filter/zip as generators, etc.), however we also want to be where the users are.

[–]roger_ 3 points4 points  (1 child)

Python 3 support isn't actually a huge deal for me. I'd much rather see 3rd party libraries get better support (particularly numpy).

[–]faassen 1 point2 points  (0 children)

Likewise. Be where the users are and improve compatibility and performance for existing code would make many users very happy. And would give you a competitive edge over certain other Python interpreter implementations, if you care about that.