> Yeah of course that stuff is in compatibility. > It's that six has the more thorough reviews. > Or, put another way: Is there any reason why we should duplicate the > work done in six? >
I don't think it's a duplication. Most of code is taken from the six module, I think. (see the thread in related pr, starting from https://github.com/sympy/sympy/pull/2318#issuecomment-21565109) Personally, I don't think that it's a big deal to add a hard dependency to the six module for sympy. But currently we tend to include bundled versions of libraries. Then, I think - it's better to include from six only stuff which was needed. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
