Comment #4 on issue 2482 by [email protected]: Stop bundling mpmath http://code.google.com/p/sympy/issues/detail?id=2482
Obviously, 2to3 is just a wrapper for lib2to3.main(). We'd have to fork that function in order to create our own 2to3. And then we'd have to fork the install command of Distribute to use our 2to3 for installing, instead of doing whatever it does when use2to3 is set to True.
So I see quite a bit of forking involved in your solution, actually. Anyway, what are the reasons for keeping our own fork of mpmath? It's stable now: sympy works identically with 0.16 or 0.17.
-- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
