From da11ffd96bbd58f51c54857dc72e18f3c2d6b998 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 12 Apr 2011 15:02:22 +0200 Subject: apt/cache.py: Add versionadded --- apt/cache.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apt/cache.py') 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") -- cgit v1.2.3