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

Re: [pygame] Re: BUG: Rect.copy() doesn't work on Linux



On Sun, Sep 20, 2009 at 4:59 AM, Ben Boeckel <MathStuf@xxxxxxxxx> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Lenard Lindstrom wrote:
>
>> Hi Ben,
>>
>> What version of Pygame. The copy method was added to 1.9.0.
> Debian lenny
>> is still at version 1.7
>>
>> Lenard Lindstrom
>>
>> Ben Boeckel wrote:
>>> % rpm -q pygame
>>> pygame-1.8.1-6.fc11.x86_64
>
> Ah, that solves the issue. Thanks. As a note, the docs should say
> when methods are created to prevent such confusion :)
>
> - --Ben


ah, yes it does need a note.  Fixed the docs in svn.  Thanks.
Committed revision 2650.

Otherwise something like this works:
    pygame.Rect(*r)


cheers,