summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2013-10-08 22:01:41 +0200
committerJulian Andres Klode <jak@debian.org>2013-10-08 22:01:41 +0200
commit0c14ca98b696f25e6359da695601c50a8217c423 (patch)
tree330405404ec60400d2bffdc42cd87a6e6e23fd12 /debian
parent9305bd3ff845eb61649767b86688bb36b54d9437 (diff)
downloadpython-apt-0c14ca98b696f25e6359da695601c50a8217c423.tar.gz
Accept bytes object for file names (Closes: #680971)
I accidentally pushed those changes to debian/sid, but the test suite still runs, so everything should be fine. We're still missing some automatic tests, though.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b994b62d..44bf70c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ python-apt (0.9.0) UNRELEASED; urgency=low
[ Julian Andres Klode ]
* Completely remove all old-API support code
+ * Accept bytes object for file names (Closes: #680971)
* aptsources/sourceslist.py
- Document correct use of uniq and hide it using __all__ (Closes: #723815)
* python/apt_pkgmodule.cc: