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

2011-06-09 Thread sympy
Updates: Summary: sort_key() should only return comparable built-in Python objects Labels: -Milestone-Release0.7.0 -NeedsReview PassedReview Comment #14 on issue 2461 by asmeurer: sort_key() should only return comparable built-in Python objects http://code.google.com/p/sympy/i

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.

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-10-10 Thread sympy
Updates: Status: Fixed Comment #17 on issue 2461 by matt...@gmail.com: sort_key() should only return comparable built-in Python objects http://code.google.com/p/sympy/issues/detail?id=2461 This was fixed in pull request #637. -- You received this message because you are subscribed to