On 25 February 2014 17:02, Victor Stinner <victor.stin...@gmail.com> wrote:

> Hi,
>
> 2014-02-25 17:53 GMT+01:00 Gustavo Carneiro <gjcarne...@gmail.com>:
> > On 24 February 2014 19:01, Guido van Rossum <gu...@python.org> wrote:
> >>
> >> *** NOTE: Python 3.3 only! This module is in the stdlib in Python 3.4.
> ***
> >>
> >
> > I understand that Python 3.4 already has asyncio, but is there any harm
> in
> > installing this also in 3.4?  That's because I have modules with asyncio
> in
> > requirements.txt, so that "pip install -r requirements.txt" works.  I
> don't
> > think pip is smart enough to realize Python 3.4 already has asyncio...
>
> I wrote a patch for pip to only install dependencies on some Python
> versions:
> https://github.com/pypa/pip/pull/1472
>
> Victor
>

Great!

However, I think it should be ok for pip to install asyncio in python 3.4.
 It's just a waste of effort, but it I think it probably works just as
well.  You get to asyncio modules, one clobbering the other one...

-- 
Gustavo J. A. M. Carneiro
Gambit Research LLC
"The universe is always one step beyond logic." -- Frank Herbert

Reply via email to