Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #512 > unrolled thread
| Started by | Ralf Schmitt <ralf@systemexit.de> |
|---|---|
| First post | 2012-02-11 21:44 +0100 |
| Last post | 2012-02-11 21:44 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
[ANNOUNCE] greenlet 0.3.4 Ralf Schmitt <ralf@systemexit.de> - 2012-02-11 21:44 +0100
| From | Ralf Schmitt <ralf@systemexit.de> |
|---|---|
| Date | 2012-02-11 21:44 +0100 |
| Subject | [ANNOUNCE] greenlet 0.3.4 |
| Message-ID | <mailman.5728.1329063333.27778.python-announce-list@python.org> |
Hi, I have uploaded greenlet 0.3.4 to PyPI: http://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 in order to implement concurrent network applications. Documentation can be found here: http://greenlet.readthedocs.org The code is hosted on github: https://github.com/python-greenlet/greenlet Changes in version 0.3.4 ------------------------ The NEWS file lists these changes for release 0.3.4: * Use plain distutils for install command, this fixes installation of the greenlet.h header. * Enhanced arm32 support * Fix support for Linux/S390 zSeries * Workaround compiler bug on RHEL 3 / CentOS 3 [1] http://opensource.hyves.org/concurrence/ [2] http://eventlet.net/ [3] http://www.gevent.org/ -- Cheers Ralf Schmitt
Back to top | Article view | comp.lang.python.announce
csiph-web