Eventlet is a concurrent networking library for Python that allows you to 
change how you run your code, not how you write it. 

http://pypi.python.org/pypi/eventlet/0.14.0

This release features a lot of bug fixes and improvements to wsgi module. 
Thanks to all contributors!

News:
* wsgi: handle connection socket timeouts; Thanks to Paul Oppenheim
* wsgi: close timed out client connections
* greenio: socket pypy compatibility; Thanks to Alex Gaynor
* wsgi: env['wsgi.input'] was returning 1 byte strings; Thanks to Eric Urban
* green.ssl: fix NameError; Github #17; Thanks to Jakub Stasiak
* websocket: allow "websocket" in lowercase in Upgrade header; Compatibility 
with current Google Chrome; Thanks to Dmitry Orlov
* wsgi: allow minimum_chunk_size to be overriden on a per request basis; Thanks 
to David Goetz
* wsgi: configurable socket_timeout

Our website: http://eventlet.net/
Direct package download link: 
https://pypi.python.org/packages/source/e/eventlet/eventlet-0.14.0.tar.gz
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to