Yeah, it took me a long time to port that to 2.0... And unfortunately there's also still one regression in it vs. v1.1 (from the std lib tests) - subtyping array.array, overriding __getitem__, and calling the base class when __slots__ is defined on the sub-type is broken. And that's true for all classes and virtual methods, not just array and __getitem__ (another reason for "alpha" 5 ;) ). Amazingly this is the only test that seems to hit this pattern. But other than that small issue it's finally there :).
________________________________________ From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Sanghyeon Seo [EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 9:27 PM To: Discussion of IronPython Subject: Re: [IronPython] list of python built-in modules that are NOT supported by IronPython available? 2007/10/25, Dino Viehland <[EMAIL PROTECTED]>: > And the only one of these that we currently implement is select. Note this > is on ipy v2.0 but I believe currently v1.1 and v2.0 have the same set of > built-in modules. They do, with the addition of array module in 2.0 Alpha 5. -- Seo Sanghyeon _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com