python-subprocess32 3.2.6-1 source package in Ubuntu

Changelog

python-subprocess32 (3.2.6-1) unstable; urgency=medium

  * Initial release (Closes: #797583).

 -- Daniel Stender <email address hidden>  Tue, 01 Sep 2015 21:00:09 +0200

Upload details

Uploaded by:
Daniel Stender
Uploaded to:
Sid
Original maintainer:
Daniel Stender
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
python-subprocess32_3.2.6-1.dsc 2.0 KiB 7f21e7e10039b80d8e42470e3ad1c04131249eb316286f083a935191848f38a2
python-subprocess32_3.2.6.orig.tar.gz 50.7 KiB ddf4d46ed2be2c7e7372dfd00c464cabb6b3e29ca4113d85e26f82b3d2c220f6
python-subprocess32_3.2.6-1.debian.tar.xz 2.9 KiB 3d9f5b625cd1b62d084d862580635a2068e81fb27c0799961a070eb7292ac8b5

No changes file available.

Binary packages built by this source

python-subprocess32: backport of the Py3 stdlib subprocess module for Py2

 This is a backport of the Python 3.2 subprocess module to replace the stdlib
 subprocess module of Python versions 2.4 through 2.7, strongly recommended for
 POSIX systems. It includes a C extension used internally to handle the code
 path between fork() and exec(), which is more reliable when an application uses
 threads. Timeout support backported from Python 3.3 is also included. On the
 background, see PEP-324.