On Mon, Feb 6, 2012 at 12:33 PM, Kees Bos <[email protected]> wrote:
>> The attribute error was also fixed with the fix for dir() (dir() doesn't >> report the default javascript 'prototype' attribute anymore, so there >> isn't a getattr lookup for the non-existent CompileTest().prototype) >> > > Now I read this, you might ask: why is it non-existent now? Well, the > mapping is foo.$$prototype, which doesn't exists. The previous getattr, > however, would return the (false) foo.prototype. bizarre. well, as long as it works. this stuff is so... odd :)

