summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-03-03 16:25:30 +0100
committerJulian Andres Klode <jak@debian.org>2010-03-03 16:25:30 +0100
commit8cb1f8fb9968d91f8f1bbece3f93aaeda36f0801 (patch)
tree11c55bcfbdc2772d0720c923e7028159f50e62b7 /debian
parenta5f0b3a05f85e5c24d0cbc6f5cfd3834346e79aa (diff)
downloadpython-apt-8cb1f8fb9968d91f8f1bbece3f93aaeda36f0801.tar.gz
* apt/progress/old.py:
- Let the new method call the old one; e.g. status_update() now calls self.statusUpdate(). This improves compatibility for sub classes.
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 30a1182a..79b3d810 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ python-apt (0.7.93.4) unstable; urgency=low
source version is not specified (i.e. in the normal case).
* apt/progress/text.py:
- Drop InstallProgress, it's useless to keep this alias around.
+ * apt/progress/old.py:
+ - Let the new method call the old one; e.g. status_update() now calls
+ self.statusUpdate(). This improves compatibility for sub classes.
-- Julian Andres Klode <jak@debian.org> Mon, 01 Mar 2010 16:13:22 +0100