On Mon, Feb 6, 2012 at 8:23 AM, Kees Bos <[email protected]> wrote: > On Sun, 2012-02-05 at 18:39 +0100, Pascal Chambon wrote: >> - what's up with the two __builtin__.py and pyjslib.py modules of >> pyjs/src/pyjs sources ? __builtin__.py looks much bigger and featureful >> (ex. it might be able to solve extended slicing problems), but it's only >> used in DICT implementation, why ? > > The dict implementation differs to much from the proto implementation to > use the same pyjslib.py. So I had to come up with a different one and > since most of the stuff is like __builtin__ i named it such.
oooOoo.. exciiitiiiing :)

