From: Nadeem Vawda Date: Sun, 21 Aug 2011 20:35:41 +0000 (+0200) Subject: Issue #12678: Fix distutils sdist test on Windows. X-Git-Tag: v3.2.2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce9da2ffa6fefe772f1a4209f01ef12e7d5d8cc5;p=python Issue #12678: Fix distutils sdist test on Windows. Patch by Jeremy Kloth. --- diff --git a/Lib/distutils/tests/test_sdist.py b/Lib/distutils/tests/test_sdist.py index 440af9886c..f34f786c92 100644 --- a/Lib/distutils/tests/test_sdist.py +++ b/Lib/distutils/tests/test_sdist.py @@ -365,6 +365,7 @@ class SDistTestCase(PyPIRCCommandTestCase): def test_manual_manifest(self): # check that a MANIFEST without a marker is left alone dist, cmd = self.get_cmd() + cmd.formats = ['gztar'] cmd.ensure_finalized() self.write_file((self.tmp_dir, cmd.manifest), 'README.manual') self.write_file((self.tmp_dir, 'README.manual'), diff --git a/Misc/ACKS b/Misc/ACKS index add8c617a7..7096d728d2 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -484,6 +484,7 @@ Reid Kleckner Bastian Kleineidam Bob Kline Matthias Klose +Jeremy Kloth Kim Knapp Lenny Kneler Pat Knight