summaryrefslogtreecommitdiff
path: root/doc/source/library/apt.cache.rst
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-08-21 16:55:11 +0200
committerJulian Andres Klode <jak@debian.org>2009-08-21 16:55:11 +0200
commitdea3fad6d30e85f184d34e80490ad24ac89a9438 (patch)
treecc437e0777a88423199bcd15ac464e400b35ffe8 /doc/source/library/apt.cache.rst
parente3c630140e6595126046866a40e11e90c74278f2 (diff)
parent63ea10b9f81725c9304aa729de4a3768a28b4c81 (diff)
downloadpython-apt-dea3fad6d30e85f184d34e80490ad24ac89a9438.tar.gz
Merge 0.7.13.0 from unstable.
Diffstat (limited to 'doc/source/library/apt.cache.rst')
-rw-r--r--doc/source/library/apt.cache.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/library/apt.cache.rst b/doc/source/library/apt.cache.rst
index ddb2dc64..d0e44598 100644
--- a/doc/source/library/apt.cache.rst
+++ b/doc/source/library/apt.cache.rst
@@ -70,6 +70,11 @@ packages whose state has been changed, eg. packages marked for installation::
>>> print len(changed) == len(cache.get_changes()) # Both need to have same length
True
+The ProblemResolver class
+--------------------------
+
+.. autoclass:: ProblemResolver
+ :members:
Exceptions
----------