File Release Notes and Changelog
Release Name: 0.0.5
Notes:
PySDL 0.0.5
PySDL is a rapidly developing Python interface for the SDL library.
Though not fully API compatible, the general interface is similar, and exact
where practical.
Currently supported subsystems:
video (including TrueType fonts)
joystick
cd-rom
events
audio
David Clark is working on documenting PySDL, and his current work can be found
at http://www3.telus.net/futility/futility/docs/pysdl/index.html
Until his work is complete, the __doc__ strings for the various functions and
methods, plus an understanding of SDL should be enough to figure it out.
Changes:
0.0.5:
Added support for SDL_ttf.
Made the code portable to Win32.
Added get_error() to retrieve error messages from SDL.
Thanks to Pete Shinners for this.