diff options
| -rw-r--r-- | apt/cache.py | 7 | ||||
| -rw-r--r-- | debian/changelog | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/apt/cache.py b/apt/cache.py index fa6c404c..aa38999d 100644 --- a/apt/cache.py +++ b/apt/cache.py @@ -43,7 +43,12 @@ class Cache(object): """Dictionary-like package cache. This class has all the packages that are available in it's - dictionary + dictionary. + + Keyword arguments: + progress -- a OpProgress object + rootdir -- a alternative root directory + memonly -- build the cache in memory only """ def __init__(self, progress=None, rootdir=None, memonly=False): diff --git a/debian/changelog b/debian/changelog index 945cfe3e..59409cb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,8 @@ python-apt (0.7.13.5) UNRELEASED; urgency=low [ Michael Vogt ] * apt/history.py: - simple abstraction for the apt history file - - [ Michael Vogt ] + * apt/cache.py: + - improved docstring for the cache * data/templates/Ubuntu.info.in: - add lucid |
