summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-04-15 16:19:12 +0200
committerJulian Andres Klode <jak@debian.org>2009-04-15 16:19:12 +0200
commitc876c5095673a2f1c0f2c0eef6eadef2ce200e19 (patch)
treef0832dbbdeb688e0176294e9b487f996108555ad /debian/changelog
parent97d985d73d12da5578628418aa787d78a33b652d (diff)
downloadpython-apt-c876c5095673a2f1c0f2c0eef6eadef2ce200e19.tar.gz
* Introduce support for Python 3 (Closes: #523645)
This is the first initial port to Python 3. The API is almost completely identical to the one found in Python 2, except that functions working with binary data require bytes (md5sum,sha1sum,sha256sum,Base64Encode). Using setup3.py to install the modules will not work, because the apt package still has to be converted to Python 3. For the package, we call 2to3-3.1 in debian/rules to do this automatically.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6cbdaac7..a9518d7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
python-apt (0.7.11) UNRELEASED; urgency=low
+ * Introduce support for Python 3 (Closes: #523645)
+
* Support the 'in' operator (e.g. "k in d") in Configuration{,Ptr,Sub}
objects (e.g. apt_pkg.Config) and in TagSections (apt_pkg.ParseSection())
* Replace support for file objects with a more generic support for any object