> > "best facilitated by adding functionality to pygame that reports on > internals of things" >
I think by this Brian means... adding functions to pygame that are mainly used for testing the internals. So for example, to get the video display info, you can use the pygame.display.Info() object - which will return internal information about the video backend. Or the pygame.mixer.get_init() function to get the values the mixer was initialised with.
