Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1236 > unrolled thread

Re: asyncio 0.4.1 released

Started byGuido van Rossum <guido@python.org>
First post2014-03-04 10:14 -0800
Last post2014-03-04 10:14 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: asyncio 0.4.1 released Guido van Rossum <guido@python.org> - 2014-03-04 10:14 -0800

#1236 — Re: asyncio 0.4.1 released

FromGuido van Rossum <guido@python.org>
Date2014-03-04 10:14 -0800
SubjectRe: asyncio 0.4.1 released
Message-ID<mailman.7808.1394010732.18130.python-announce-list@python.org>
With the help of Paul Moore there is now also a 64-bit Windows wheel file
on the site:
https://pypi.python.org/pypi?name=asyncio&version=0.4.1&:action=display


On Mon, Feb 24, 2014 at 11:01 AM, Guido van Rossum <guido@python.org> wrote:

> *** NOTE: Python 3.3 only! This module is in the stdlib in Python 3.4. ***
>
> On the heels of Python 3.4.0rc2, I've put a new version of the asyncio
> package for Python 3.3 on PyPI: https://pypi.python.org/pypi/asyncio/0.4.1
>
> There's a source distro and a 32-bit Windows wheel. (For 64-bit Windows I
> could use some help.)
>
> About asyncio: it's a new stdlib module for asynchronous I/O based on the
> "yield from" statement that was added to Python 3.3. It was inspired by
> Twisted and the async support in Tornado (amongst other influences). The
> original code name for the project is Tulip and this is where the latest
> developments happen: http://code.google.com/p/tulip/. Also check out PEP
> 3156: http://python.org/dev/peps/pep-3156/.
>
> For Python 2 and 3.2, Victor Stinner has created a backport named
> Trollius: https://pypi.python.org/pypi/trollius/0.1.5
>
> --
> --Guido van Rossum (python.org/~guido)
>
>


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

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web