diff options
| author | Julian Andres Klode <jak@debian.org> | 2011-04-12 15:02:22 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2011-04-12 15:02:22 +0200 |
| commit | da11ffd96bbd58f51c54857dc72e18f3c2d6b998 (patch) | |
| tree | 28506ad1433234d547dd5184f7e0d94ce2b0afc1 /apt | |
| parent | eca3d533b98ab1987557b2ebe8752b20b6af41a2 (diff) | |
| download | python-apt-da11ffd96bbd58f51c54857dc72e18f3c2d6b998.tar.gz | |
apt/cache.py: Add versionadded
Diffstat (limited to 'apt')
| -rw-r--r-- | apt/cache.py | 2 |
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") |
