Re: [pygame] BUG: The behavior of the Group.has method vs. its documentation

2010-02-02 Thread Yannick Weinz
not my name ^^ didn't want to confuse anybody here ^^ Original-Nachricht > Datum: Tue, 2 Feb 2010 04:43:04 -0800 (PST) > Von: "Jason M. Marshall" > An: pygame-users@seul.org > Betreff: Re: [pygame] BUG: The behavior of the Group.has method vs. its >

Re: [pygame] BUG: The behavior of the Group.has method vs. its documentation

2010-02-02 Thread Jason M. Marshall
7). It'll affect how I update the pygame.sprite unittest. Thanks, Jason - Original Message From: Yannick Weinz To: pygame-users@seul.org Sent: Tue, February 2, 2010 5:11:43 AM Subject: Re: [pygame] BUG: The behavior of the Group.has method vs. its documentation Hi, I would suggest cha

Re: [pygame] BUG: The behavior of the Group.has method vs. its documentation

2010-02-02 Thread Yannick Weinz
uot;Jason M. Marshall" > An: pygame-users@seul.org > Betreff: Re: [pygame] BUG: The behavior of the Group.has method vs. its > documentation > PS. Actually, I just realized that Group.has only checks the membership of > the first sprite when I call grp1.has(spr1, spr2). It's not

Re: [pygame] BUG: The behavior of the Group.has method vs. its documentation

2010-02-01 Thread Jason M. Marshall
;>> set1.issuperset(set2) True Jason - Original Message From: "d...@amberfisharts.com" To: pygame-users@seul.org Sent: Mon, February 1, 2010 5:54:31 AM Subject: Re: [pygame] BUG: The behavior of the Group.has method vs. its documentation But the current behavior

Re: [pygame] BUG: The behavior of the Group.has method vs. its documentation

2010-02-01 Thread Jason M. Marshall
code. - Original Message From: Jason M. Marshall To: pygame-users@seul.org Sent: Mon, February 1, 2010 6:28:59 AM Subject: Re: [pygame] BUG: The behavior of the Group.has method vs. its documentation Unfortunately, correcting the documentation will make it complicated. If we correct the document

Re: [pygame] BUG: The behavior of the Group.has method vs. its documentation

2010-02-01 Thread Jason M. Marshall
I'll add those. Jason - Original Message From: René Dudfield To: pygame-users@seul.org Sent: Mon, February 1, 2010 5:42:38 AM Subject: Re: [pygame] BUG: The behavior of the Group.has method vs. its documentation On Mon, Feb 1, 2010 at 7:15 PM, Jason M. Marshall wrote: > In th

Re: [pygame] BUG: The behavior of the Group.has method vs. its documentation

2010-02-01 Thread don
On Mon, 1 Feb 2010 19:42:38 +0800, René Dudfield wrote: > On Mon, Feb 1, 2010 at 7:15 PM, Jason M. Marshall wrote: >> In the pygame.sprite module, I think that the Group.has method does not >> behave according to its documentation. The online documentation states >> that Group.has will return Tru

Re: [pygame] BUG: The behavior of the Group.has method vs. its documentation

2010-02-01 Thread René Dudfield
On Mon, Feb 1, 2010 at 7:15 PM, Jason M. Marshall wrote: > In the pygame.sprite module, I think that the Group.has method does not > behave according to its documentation. The online documentation states that > Group.has will return True if the Group contains ALL of the given sprites. > However

[pygame] BUG: The behavior of the Group.has method vs. its documentation

2010-02-01 Thread Jason M. Marshall
In the pygame.sprite module, I think that the Group.has method does not behave according to its documentation. The online documentation states that Group.has will return True if the Group contains ALL of the given sprites. However, in a certain case, Group.has will return True if the Group conta