summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-03-27 08:14:57 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-03-27 08:14:57 (GMT)
commita6e0b4f2ede0613a8780c3e2d8e9387a280afd6c (patch)
treef7c069cc224a7161f400c71ff95e7cbbf8214d52 /Misc
parent1a07f07337dc722b9d6f347944abca4c8fbf5f02 (diff)
parent9bad3a99dd9a9804abc47ae252176064214b29b4 (diff)
downloadcpython-a6e0b4f2ede0613a8780c3e2d8e9387a280afd6c.zip
cpython-a6e0b4f2ede0613a8780c3e2d8e9387a280afd6c.tar.gz
cpython-a6e0b4f2ede0613a8780c3e2d8e9387a280afd6c.tar.bz2
merge #7639
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ec8f7fe..7a84a6f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,8 @@ Core and Builtins
Library
-------
+- Issue #7639: Fix short file name generation in bdist_msi
+
- Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.
Patch by Ben Hayden.