Status: Accepted
Owner: ronan.l...@gmail.com
Labels: Type-Defect Priority-High Milestone-Release0.7.0

New issue 2385 by ronan.l...@gmail.com: Refactor Basic.sorted_key
http://code.google.com/p/sympy/issues/detail?id=2385

There are a number of things to improve with Basic.sorted_key():
* first, it should be called 'sort_key'
* it should be a method, not a classmethod, which would make as_tuple_tree() redundant * putting all the logic into what's effectively a global function makes it inflexible and very hard to extend
* some of the code is more complicated than it needs to be
* this should replace the old comparison system rather than coexist with it


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to