John Lenz <[EMAIL PROTECTED]> wrote: > Hi, the following test fails because boolean.pmc actually registers the > global True as a false boolean, and no boolean for False. It is fixed with > the patch below.
Thanks, applied (modulo the init for false, which is 0 already). > John leo