diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-03-08 15:04:39 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-03-08 15:04:39 +0100 |
| commit | 7ebf48f29064579cf4752aa5bf9c4663b49c2792 (patch) | |
| tree | 47b5d8b69dea5092457cab88b36168ee62845b71 /debian | |
| parent | 4b434cde19d25e2acc238699834f1a2a72540ca2 (diff) | |
| download | python-apt-7ebf48f29064579cf4752aa5bf9c4663b49c2792.tar.gz | |
apt/package.py: Always return unicode strings in Package.get_changelog (Closes: #572998).
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 77e1dde1..ce6ddf7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ python-apt (0.7.93.4) unstable; urgency=low '>>' and '<' equal to '<<' (compatibility). - Use the binary package version in Version.fetch_source() if the source version is not specified (i.e. in the normal case). + - Always return unicode strings in Package.get_changelog (Closes: #572998). * apt/progress/text.py: - Drop InstallProgress, it's useless to keep this alias around. * apt/progress/old.py: |
