diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-28 15:40:29 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-28 15:40:29 +0200 |
| commit | 2597f1449e1b81b0a626390d67c35cd6c8f863b9 (patch) | |
| tree | c4d88026abed051f18a92fb9afd9a8d31389911a /debian | |
| parent | 39910144460cafcc27d69026fd680fc8bd19c447 (diff) | |
| download | python-apt-2597f1449e1b81b0a626390d67c35cd6c8f863b9.tar.gz | |
* python/cache.py:
- throw FetchCanceltException, FetchFailedException,
LockFailedException exceptions when something goes wrong
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
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 -- |
