Re: Issue 2461 in sympy: sort_key() should only return comparable built-in Python objects

2011-09-10 Thread sympy
Comment #16 on issue 2461 by asmeurer: sort_key() should only return comparable built-in Python objects http://code.google.com/p/sympy/issues/detail?id=2461 This doesn't cause any test failures, other than the ones that are already in master. -- You received this message because you are s

Re: Issue 2461 in sympy: sort_key() should only return comparable built-in Python objects

2011-09-10 Thread sympy
Comment #15 on issue 2461 by asmeurer: sort_key() should only return comparable built-in Python objects http://code.google.com/p/sympy/issues/detail?id=2461 A possible fix for one place where this was happening: https://gist.github.com/1208834. I'm not sure if that's the best way, though.