python-iowait 0.1-1.1build1 source package in Ubuntu

Changelog

python-iowait (0.1-1.1build1) precise; urgency=low

  * Rebuild to drop python2.6 dependencies.
 -- Matthias Klose <email address hidden>   Sat, 31 Dec 2011 02:10:38 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Andrea Corbellini
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python
Xenial release universe python
Trusty release universe python
Precise release universe python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-iowait_0.1.orig.tar.gz 19.5 KiB 3955f72a78184ae8791bef75b9a38dcf8592da7cb6499b0b3d3712ef50c1fefe
python-iowait_0.1-1.1build1.debian.tar.gz 2.0 KiB f696247f6f4080094bdeeead2b612d1c26671579bbd849b51dba53c4a9976500
python-iowait_0.1-1.1build1.dsc 1.4 KiB c6aebf0de4ebbad24fbd1b00b008b220b5d24b11f4b532721317310a0df04c25

Available diffs

View changes file

Binary packages built by this source

python-iowait: No summary available for python-iowait in ubuntu focal.

No description available for python-iowait in ubuntu focal.

python3-iowait: Platform-independent module for I/O completion events

 Different operating systems provide different ways to wait for I/O completion
 events: there's select(), poll(), epoll() and kqueue(). For cross-platform
 applications it can be a pain to support all this system functions, especially
 because each one provides a different interface.
 .
 IOWait solves this problem by providing a unified interface and using always
 the best and faster function available in the platform. Its only limitation is
 that, on Windows, it only works for sockets.
 .
 This package provides the module for Python 3.