
Jan. 6, 2009
10:14 a.m.
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