summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2010-09-28 15:47:11 +0200
committerMichael Vogt <mvo@debian.org>2010-09-28 15:47:11 +0200
commit2fbf311c42e3320d677163cffe5b8914cd189e52 (patch)
tree5a134874771b316602e1437670a7d784ea7c632a /debian/changelog
parentb1cc657924729fba2288f1f79b7ad7b091b709f6 (diff)
parent2d771cd542128fa347c353ddb6cdad5a684652f3 (diff)
downloadpython-apt-2fbf311c42e3320d677163cffe5b8914cd189e52.tar.gz
do use PyString_FromFormat(), in python versions below 2.7 it
does not support long long (%llu), use strprintf() from libapt instead
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d9f6c7f4..d5a3e31f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,9 @@ python-apt (0.7.98) UNRELEASED; urgency=low
* python/acquire-item.cc:
- fix two more int -> long long change to follow the changes
from libapt
+ - do use PyString_FromFormat(), in python versions below 2.7 it
+ does not support long long (%llu), use strprintf() from libapt
+ instead
[ Kiwinote ]
* apt/debfile: