[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] [BUG] printing surface shows garbage with current pygame svn.



I think the last set of surface changes killed printing surfaces.

It used to be that you'd get a nice text description when you printed them.

eg.

import pygame
surf = pygame.Surface((70,70), 0,  32)
print surf

It should print this:
<Surface(70x70x32 SW)>

but with svn pygame it's printing garbage.