On Tue, May 20, 2014 at 6:07 AM, Victor Stinner <[email protected]>wrote:

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

People who want it quicker can check out the repo. But most people seem to
be okay with the CPython bugfix release schedule.


> I don't think that it will follow the same version scheme for Trollius
> because Trollius first targets Python 2.7 :-)
>

Heh. :-)

Are you still planning to rename the package to 'trollius' so it can be
used together with the "real" asyncio package in 3.3 and higher? (Will they
be able to share an event loop in that case?)

-- 
--Guido van Rossum (python.org/~guido)

Reply via email to