On Sun, Jul 7, 2013 at 4:17 PM, Ronan Lamy <[email protected]> wrote: > 2013/7/7 Ondřej Čertík <[email protected]> >> >> On Sun, Jul 7, 2013 at 10:43 AM, Aaron Meurer <[email protected]> wrote: >> > Well, since they have the same hash, there is no difference :) >> > >> > The two exist because the only way to make pip install the Python 3 >> > source >> > in Python 3 (instead of installing the Python 2 source in Python 3) is >> > to >> > put the explicit version of Python in the tarball name. Since there are >> > two >> > versions of Python 3 that we support, this means creating two tarballs. >> >> I see. I guess pip expects that the Python 2 source will automatically >> translate using 2to3. I think we should implement that. > > > We cannot, because we bundle (some variant of) mpmath, cf. the OP in > http://code.google.com/p/sympy/issues/detail?id=2482 ;)
Why not? Here is an initial PR: https://github.com/sympy/sympy/pull/2262 There are still some bugs to fix, as indicated in the PR itself, but the main thing works. I was pretty much following what NumPy 1.7 does. Ronan, maybe you know how to take it from here. I'll be quite busy the next week. This has been requested by a lot of people, so we should eventually do it. Ondrej -- 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.
