diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-02-03 13:46:08 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-02-03 13:46:08 +0100 |
| commit | 7e0a6a8421d0b1de85a69fad80c24b494385a1bf (patch) | |
| tree | 722a8a754e5c2bc98f8f530c74be74b9a0eba36c /debian | |
| parent | 70e5581fa92082cc47ebadd0ae5e2cbcf928853d (diff) | |
| download | python-apt-7e0a6a8421d0b1de85a69fad80c24b494385a1bf.tar.gz | |
* python/tag.cc, tests/test_tagfile.py:
- add support a filename argument in apt_pkg.TagFile() (in addition
to the file object currently supported)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 89c07119..5813656a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,9 @@ python-apt (0.8.4) UNRELEASED; urgency=low * tests/test_tagfile.py: - add test for apt_pkg.TagFile() both for compressed/uncompressed files + * python/tag.cc, tests/test_tagfile.py: + - add support a filename argument in apt_pkg.TagFile() (in addition + to the file object currently supported) -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 04 Jan 2012 12:07:48 +0100 |
