[IronPython] list of python built-in modules that are NOT supported by IronPython available?

Dino Viehland dinov at exchange.microsoft.com
Thu Oct 25 06:50:15 CEST 2007


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: users-bounces at lists.ironpython.com [users-bounces at lists.ironpython.com] On Behalf Of Sanghyeon Seo [sanxiyn at gmail.com]
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 <dinov at exchange.microsoft.com>:
> 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 at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list