summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-06-28 15:40:29 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-06-28 15:40:29 +0200
commit2597f1449e1b81b0a626390d67c35cd6c8f863b9 (patch)
treec4d88026abed051f18a92fb9afd9a8d31389911a /debian
parent39910144460cafcc27d69026fd680fc8bd19c447 (diff)
downloadpython-apt-2597f1449e1b81b0a626390d67c35cd6c8f863b9.tar.gz
* python/cache.py:
- throw FetchCanceltException, FetchFailedException, LockFailedException exceptions when something goes wrong
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8861ce26..f7ef33d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ python-apt (0.7.3) unstable; urgency=low
(thanks to Alexander Sack for discussing this with me)
* doc/examples/records.py:
- added example how to use the new Records class
+ * python/cache.py:
+ - throw FetchCanceltException, FetchFailedException,
+ LockFailedException exceptions when something goes wrong
--