[ZODB-Dev] ZEO pack

Steve Alexander steve@cat-box.net
Thu, 27 Sep 2001 08:25:22 +0100


Chris Withers wrote:

>>So, you have some code in manage_pack that says
>>
>>   wait = not not wait
>>
> 
> Okay, now I definitely dn't understand this. Anyone care to explain?


It is equivalent to:

   if wait:
     wait=1
   else:
     wait=0

--
Steve Alexander
Software Engineer
Cat-Box limited