Patch / Bug Summary
___
Patches : 414 open ( +1) / 3498 closed ( +9) / 3912 total (+10)
Bugs: 949 open ( +6) / 6376 closed (+12) / 7325 total (+18)
RFE : 247 open ( +1) / 245 closed ( +1) / 492 total ( +2)
New / Reopened Patches
__
C99 _Bool
Armin Rigo wrote:
> Hi Walter,
>
> On Wed, Dec 13, 2006 at 05:57:16PM +0100, Walter D?rwald wrote:
>> I tried to reimplement weakref.WeakValueDictionary as a subclass of
>> dict. The test passes except for one problem: To compare results
>> test_weakref.py converts a weakdict to a real dict via d
Guido van Rossum wrote:
> On 12/13/06, Walter Dörwald <[EMAIL PROTECTED]> wrote:
>> Guido van Rossum wrote:
>> > On 12/13/06, Walter Dörwald <[EMAIL PROTECTED]> wrote:
>> >> I tried to reimplement weakref.WeakValueDictionary as a subclass of
>> >> dict. The test passes except for one problem: To co