summaryrefslogtreecommitdiff
path: root/apt
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2011-04-12 15:02:22 +0200
committerJulian Andres Klode <jak@debian.org>2011-04-12 15:02:22 +0200
commitda11ffd96bbd58f51c54857dc72e18f3c2d6b998 (patch)
tree28506ad1433234d547dd5184f7e0d94ce2b0afc1 /apt
parenteca3d533b98ab1987557b2ebe8752b20b6af41a2 (diff)
downloadpython-apt-da11ffd96bbd58f51c54857dc72e18f3c2d6b998.tar.gz
apt/cache.py: Add versionadded
Diffstat (limited to 'apt')
-rw-r--r--apt/cache.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/apt/cache.py b/apt/cache.py
index 339de763..3bbf5a51 100644
--- a/apt/cache.py
+++ b/apt/cache.py
@@ -298,6 +298,8 @@ class Cache(object):
The return value of the function is undefined. If an error occured,
an exception of type :class:`FetchFailedException` or
:class:`FetchCancelledException` is raised.
+
+ .. versionadded:: 0.8.0
"""
if progress is not None and fetcher is not None:
raise ValueError("Takes a progress or a an Acquire object")