[Numpy-discussion] Old-style classes in tests
Stéfan van der Walt
stefan@sun.ac...
Tue Jan 6 04:14:53 CST 2009
Hi Tom
2008/11/24 Tom Wright <tom.wright@resolversystems.com>:
> I am currently working on the Ironclad project porting numpy to Ironpython.
>
> It would be quite useful for me if HermitianTestCase in test_linalg.py
> was a new style-class instead of an old-style class - since Ironpython
> has a bug where dir operations do not work for classes inheriting from
> both old- and new- style classes and I'd very much prefer not to patch
> my version of numpy.
These changes have been made in r6297. Let me know if you find any
other occurrences.
Regards
Stéfan
More information about the Numpy-discussion
mailing list