Re: [ANNOUNCE] greenlet 0.4.1

2013-06-07 Thread Roy Smith
In article , Ralf Schmitt wrote: > Hi, > > I have uploaded greenlet 0.4.1 to PyPI: > https://pypi.python.org/pypi/greenlet > > What is it? > --- > The greenlet module provides coroutines for python. coroutines allow > suspending and resuming execution at certain locations. > > concurr

[ANNOUNCE] greenlet 0.4.1

2013-06-07 Thread Ralf Schmitt
Hi, I have uploaded greenlet 0.4.1 to PyPI: https://pypi.python.org/pypi/greenlet What is it? --- The greenlet module provides coroutines for python. coroutines allow suspending and resuming execution at certain locations. concurrence[1], eventlet[2] and gevent[3] use the greenlet module