diff options
| author | Martin Pitt <martin.pitt@canonical.com> | 2012-11-20 09:44:23 +0100 |
|---|---|---|
| committer | Martin Pitt <martin.pitt@canonical.com> | 2012-11-20 09:44:23 +0100 |
| commit | 7fd512f22177d4745843d8d282cbb8a964915a21 (patch) | |
| tree | d743555c6ba69efcc59e0c7439295f205c358d76 /debian/changelog | |
| parent | 62364cec6ad24aa75590bbefd7ce3ecf13ff2088 (diff) | |
| download | python-apt-7fd512f22177d4745843d8d282cbb8a964915a21.tar.gz | |
tests/*.py: Do not prepend None to sys.path, Python 3.3 redeems that with
an unintelligible crash.
Diffstat (limited to 'debian/changelog')
| -rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4a7a0485..6bfacedf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-apt (0.8.8ubuntu5) UNRELEASED; urgency=low + + * tests/*.py: Do not prepend None to sys.path, Python 3.3 redeems that with + an unintelligible crash. + + -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 20 Nov 2012 09:43:36 +0100 + python-apt (0.8.8ubuntu4) raring; urgency=low * tests/test_apt_cache.py, tests/test_lp659438.py, tests/test_progress.py: |
