2014-05-19 19:21 GMT+02:00 Guido van Rossum <[email protected]>: > I've released a matching source release of asyncio (a.k.a. Tulip, but you > have to search PyPI for "asyncio"). This is only relevant if you want to use > asyncio with Python 3.3. I've changed the package version to 3.4.1, to > emphasize that this tracks the Python 3.4.1 release exactly. (Actually, the > asycio.selectors submodule is the one from the CPython 3.5 pre-alpha > ('default') branch, because that's better, but everything else matches > what's in the Python 3.4.1 stdlib.)
Does it mean that you don't plan to release bugfixes version between CPython releases? I don't think that it will follow the same version scheme for Trollius because Trollius first targets Python 2.7 :-) Victor
