python-eventlet 0.13.0-1ubuntu2.2 source package in Ubuntu

Changelog

python-eventlet (0.13.0-1ubuntu2.2) trusty; urgency=medium

  * d/p/handle-ENOTCONN.patch: Ensure that ENOTCONN socket errors are
    raised correctly, resolving issues with disconnected syslog sockets
    in OpenStack Glance (LP: #1452312).

 -- James Page <email address hidden>  Tue, 26 May 2015 17:22:24 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-eventlet_0.13.0.orig.tar.gz 270.1 KiB d98118f01c064a6d256a264d4b939b2c6ad0814875c3b37859306c6ed1b4982c
python-eventlet_0.13.0-1ubuntu2.2.debian.tar.xz 8.5 KiB b42e2e39c1ee9bbe33384087353340ddea66f2c76fef4ee73c354ceecf2c619d
python-eventlet_0.13.0-1ubuntu2.2.dsc 2.2 KiB 877773bac4491004a56d2806cd860fd46ca44b51ed0de33f85f2c603705c715c

View changes file

Binary packages built by this source

python-eventlet: concurrent networking library for Python

 Eventlet allows you to change how you run your code, not how you write it.
 .
 It uses epoll or libevent for highly scalable non-blocking I/O.
 Coroutines ensure that the developer uses a blocking style of programming
 that is similar to threading, but provide the benefits of non-blocking I/O.
 The event dispatch is implicit, which means you can easily use Eventlet from
 the Python interpreter, or as a small part of a larger application.
 .
 It's easy to get started using Eventlet, and easy to convert existing
 applications to use it. Start off by looking at examples, common design
 patterns, and the list of the basic API primitives.