diff options
| author | Julian Andres Klode <jak@debian.org> | 2012-06-25 14:26:43 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2012-06-25 14:26:43 +0200 |
| commit | f513760769e5e0c7ba08f171e4d5399000b8ae51 (patch) | |
| tree | 218bb7cfe1b83fbe5bcc9ff755af1ade2acae660 /debian | |
| parent | b50494275b8235e5c8a53e13fd56e3cea1c8d5b3 (diff) | |
| download | python-apt-f513760769e5e0c7ba08f171e4d5399000b8ae51.tar.gz | |
Use Popen.communicate() instead of stdin, stdout
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 e6d6d648..627ef655 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ python-apt (0.8.6) UNRELEASED; urgency=low [ Julian Andres Klode ] * apt/auth.py: - Use tempfile.NamedTemporaryFile to create temporary file + - Use Popen.communicate() instead of stdin, stdout -- Michael Vogt <mvo@debian.org> Mon, 25 Jun 2012 13:41:02 +0200 |
