summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2013-10-08 20:32:46 +0200
committerJulian Andres Klode <jak@debian.org>2013-10-08 20:32:46 +0200
commit328fd48b06f75e756a9adb15e2bdf408fba47da3 (patch)
treef1c000b0226b3b490972f77bab1860d15e65c172 /debian
parent637e6987516caed3b61ca025cda3105d0b81bef0 (diff)
downloadpython-apt-328fd48b06f75e756a9adb15e2bdf408fba47da3.tar.gz
aptsources/sourceslist.py: Fix uniq docstring and hide it (Closes: #723815)
We accidentally exported this and people wrongly assumed that it was intended for SourcesList objects.
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 ca844f38..1d3bbaa5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ python-apt (0.9.0) UNRELEASED; urgency=low
[ Julian Andres Klode ]
* Completely remove all old-API support code
+ * aptsources/sourceslist.py
+ - Document correct use of uniq and hide it using __all__ (Closes: #723815)
[ Jeremy Bicha ]
* data/templates/Ubuntu.info.in: add 'devel' series (Closes: #722961)