pexpect 3.1-1ubuntu0.1 source package in Ubuntu
Changelog
pexpect (3.1-1ubuntu0.1) trusty; urgency=medium * d/patches/pr38.patch: Backport from upstream 3.2 the patch to fix an AttributeError on select.error handling. (LP: #1317660) -- Barry Warsaw <email address hidden> Thu, 08 May 2014 17:07:35 -0400
Upload details
- Uploaded by:
- Barry Warsaw
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | updates | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pexpect_3.1.orig.tar.gz | 127.3 KiB | bd0045066718fba98481032303f07565cca6b22b3b7f104efe3e077a55e9ee8d |
pexpect_3.1-1ubuntu0.1.debian.tar.gz | 5.2 KiB | bed4e6ea7a8d9c6b3d41e0eb9b95c8fb8233b8c2bcdf3a96c25d3bc437e09e81 |
pexpect_3.1-1ubuntu0.1.dsc | 2.2 KiB | 14e9b137e6c0868fbd4c69cbf046757eeef13224099b6863a530f398c93a97bf |
Available diffs
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.
- python-pexpect-doc: Python module for automating interactive applications (documentation)
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.
.
This is the common documentation package.
- python3-pexpect: Python 3 module for automating interactive applications
Pexpect is a pure Python 3 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.