Hi, 2014-02-25 17:53 GMT+01:00 Gustavo Carneiro <[email protected]>: > On 24 February 2014 19:01, Guido van Rossum <[email protected]> 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
