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

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



I made a unittest for this... but I can't quite find the bug yet.

On 6/20/07, René Dudfield <renesd@xxxxxxxxx> wrote:
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.