diff options
| author | Julian Andres Klode <jak@debian.org> | 2015-06-10 22:17:56 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2015-06-10 22:17:56 +0200 |
| commit | 00b217fb80f83574d70785fb76e136ad22c48a42 (patch) | |
| tree | b04a7b15e4efb6487eb8346eccc27d536b665962 /apt | |
| parent | 8020ec7d4a9632fb524c215d89aebae942ea37ad (diff) | |
| download | python-apt-00b217fb80f83574d70785fb76e136ad22c48a42.tar.gz | |
Document that the cache now supports :all and friends
Gbp-Dch: ignore
Diffstat (limited to 'apt')
| -rw-r--r-- | apt/cache.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apt/cache.py b/apt/cache.py index e716d9e6..e1e4529f 100644 --- a/apt/cache.py +++ b/apt/cache.py @@ -63,6 +63,13 @@ class Cache(object): sources.list and system lists/files are not read, only file relative to the given rootdir, memonly -- build the cache in memory only. + + + .. versionchanged:: 1.0 + + The cache now supports package names with special architecture qualifiers + such as :all and :native. It does not export them in :meth:`keys()`, + though, to keep :meth:`keys()` a unique set. """ def __init__(self, progress=None, rootdir=None, memonly=False): |
