summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-11-17 20:28:10 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-11-17 20:28:10 +0100
commita01e314df3ceaf0cc99102beb511a2ecbd973057 (patch)
tree5f7f80d37418cf198e6d97ffafcfa64f7719ae77 /debian
parentadd08632b8a66c7ba5de7ab44d8a10ec9462692e (diff)
downloadpython-apt-a01e314df3ceaf0cc99102beb511a2ecbd973057.tar.gz
make Dependency a list (it should probably also renamed to DependencyOrGroup or something), thanks to Christop Groth
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7d939702..6e750980 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,7 +27,9 @@ python-apt (0.8.2) UNRELEASED; urgency=low
- allow Dependency object to be iteratable, this allows to write
code like:
for or_dep_group in pkg.candidate.dependencies:
- for dep in or_dep_group: do_something()
+ for dep in or_dep_group:
+ do_something()
+ (thanks to Christop Groth)
[ Tshepang Lekhonkhobe ]
* rm usage of camelcase in cache.py doc (closes: #626617)