So Marcus has been working away in the background refactoring/rewriting pygame . Hopefully his work will become part of pygame 2.0... but in the mean time we hope to do another set of 1.x pygame releases. The main pieces I see for another pygame release are the evolution of the testing frame work into a library, examples as a library, the camera module, and many other changes are coming to pygame... including pygame coming to another implementation of python... tinypy ! Below are Marcus's notes about the pygame reloaded release. Features -------- * New FRect class for high precision rectangle handling using floating point values. FRect and Rect share the same properties and functions and can be converted into the other rectangle type without any problems. * New PixelFormat class that wraps up SDL_PixelFormat. * New CDTrack class that keeps information about CD tracks. * New physics module integrated. Zhang Fan's GSoC work on an easy to use physics simulation is now availa