diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-02-27 13:57:32 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-02-27 13:57:32 +0100 |
| commit | 13361b7bfa6aa00c02ab9639317495bd2c4ab0a5 (patch) | |
| tree | a7df3123ea6b10306b1cc246eaa9fa9f6ae6a77e /debian | |
| parent | 83521b397a31165de60ad50fe73e684290c52a43 (diff) | |
| download | python-apt-13361b7bfa6aa00c02ab9639317495bd2c4ab0a5.tar.gz | |
* python/cache.cc:
- Implement Cache.__len__() and Cache.__contains__() (Closes: #571443).
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ddb94ecf..25553644 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ python-apt (0.7.93.2) UNRELEASED; urgency=low false positives. * python/tagfile.cc: - Implement the iterator protocol in TagFile. + * python/cache.cc: + - Implement Cache.__len__() and Cache.__contains__() (Closes: #571443). * data/templates/Debian.info.in: - Replace the MatchURI with one that really matches something. * aptsources/distro.py: |
