commit | 24e4e168a0d4499c888b6180efb6758c5cde1bda | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Mar 15 13:00:17 2010 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Mar 15 13:00:17 2010 +0000 |
tree | fe67ffb1e1f44d2711892cdba8929ea2a5c7bda5 | |
parent | 54cc539a2b06d4fc22358862dc72f3c9ede7b2d4 [diff] |
Issue #6716: Quote -x arguments of compileall in MSI installer.
diff --git a/Misc/NEWS b/Misc/NEWS index eb5b5da..7c357a1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -67,6 +67,8 @@ Build ----- +- Issue #6716: Quote -x arguments of compileall in MSI installer. + - Issue #7705: Fix linking on FreeBSD.