summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-09-10 19:13:59 +0200
committerJulian Andres Klode <jak@debian.org>2009-09-10 19:13:59 +0200
commit7fe83be76c6aac0778225a0106b46293d34543bf (patch)
tree109ac8d0965ea4dac09eb7dd4ca6547fc1df63a6 /debian
parent4be008cb4dcaa8d6a97b1e3393bc68f9cc48655e (diff)
downloadpython-apt-7fe83be76c6aac0778225a0106b46293d34543bf.tar.gz
apt/progress/__init__.py: Correctly ignore ECHILD by checking before EINTR (Closes: #546007)
As the check for != EINTR will re-raise the error, we have to check ECHILD before it.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6babe14c..6b0c2297 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ python-apt (0.7.13.3) UNRELEASED; urgency=low
the same behavior as in 0.7.92
* apt/package.py:
- Use the source version instead of the binary version in fetch_source().
+ * apt/progress/__init__.py:
+ - Correctly ignore ECHILD by checking before EINTR (Closes: #546007)
-- Julian Andres Klode <jak@debian.org> Fri, 28 Aug 2009 14:38:06 +0200