summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-01-17 15:48:16 +0100
committerJulian Andres Klode <jak@debian.org>2010-01-17 15:48:16 +0100
commit3c0c2fa47e2a519005f4c07dac8b1e09c86eeee4 (patch)
treecb3b41f56ced0ed324bcd62ca742720135871fed /debian
parenta1f06a125e59bf06ea8fccea9b584097221c0032 (diff)
downloadpython-apt-3c0c2fa47e2a519005f4c07dac8b1e09c86eeee4.tar.gz
apt/progress/text.py: Replace one print statement with a .write() call.
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 5001f1fe..7b711e1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ python-apt (0.7.93) UNRELEASED; urgency=low
- distro.py: Support Python 3, decode lsb_release results using utf-8.
* apt/progress/base.py:
- Fix some parsing of dpkg status fd.
+ * apt/progress/text.py:
+ - Replace one print statement with a .write() call.
[ Colin Watson ]
* apt/progress/__init__.py: