2013/7/8 Ondřej Čertík <[email protected]>

> 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?


Because "mpmath uses the same source under Python2 and 3, while we want to
use 2to3, but no existing tool allows to mix the two approaches inside a
single package", cf. the OP in
http://code.google.com/p/sympy/issues/detail?id=2482

-- 
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.


Reply via email to