pexpect 2.3-1ubuntu1 source package in Ubuntu

Changelog

pexpect (2.3-1ubuntu1) oneiric; urgency=low

  * Convert to dh_python2 (Debian #616935, LP: #788514).
 -- Colin Watson <email address hidden>   Mon, 27 Jun 2011 09:49:13 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pexpect_2.3.orig.tar.gz 147.3 KiB d315e7f3a8544fd85034d7e17fd7c5854e8f0828f5791f83cf313f8fa5740b75
pexpect_2.3-1ubuntu1.diff.gz 3.5 KiB e58d931b0755e16e4177a900b8c096754aee53d27785017c34110fba07e76c0d
pexpect_2.3-1ubuntu1.dsc 1.8 KiB 47b9367c14c55e94ed7e8cddefb7ffee7419a5a0fe434461bc2d7c77e7d7abed

Available diffs

View changes file

Binary packages built by this source

python-pexpect: Python module for automating interactive applications

 Pexpect is a pure Python module for spawning child applications;
 controlling them; and responding to expected patterns in their
 output. Pexpect works like Don Libes' Expect. Pexpect allows your
 script to spawn a child application and control it as if a human were
 typing commands.