From: Paul F D. <pa...@pf...> - 2002-06-10 23:05:14
|
> Konrad mentioned the tuple parsing issue in some > extension libraries that expects floats, but it sounds like > Travis thinks this is no longer an issue. Are there others? > > eric > Lots of code tries to distinguish cases using isinstance, and these tests will fail if given an array instance when they are testing for a float. |