More and more libraries are being ported to Python 3, and I suspect the changes will happen more and more rapidly as time goes on. However, as a non-newbie to Python, there are quite a few 3rd party libraries I use (matplotlib, pygame, pyGTK, Tkinter, among others). I know I should just be able to go to their site(s) to find out if they support python3k yet, but I'm wondering: is there a site anywhere that already has some type of list of 3rd party modules that work in Py3k?
Thanks