summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2013-08-03 18:12:45 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2013-08-03 18:12:45 (GMT)
commitd87c3d3ea4806db4e230f3bbd9791617aef62298 (patch)
tree06b2788e87fd2b6eccf18541be3a82206ab5f21b /Misc
parente633bed44a6354dd190c7e97e28c12dead787315 (diff)
parent78fa5e38a9cb03181f4bc53d06d41e453fd7077c (diff)
downloadcpython-d87c3d3ea4806db4e230f3bbd9791617aef62298.zip
cpython-d87c3d3ea4806db4e230f3bbd9791617aef62298.tar.gz
cpython-d87c3d3ea4806db4e230f3bbd9791617aef62298.tar.bz2
Issue #16067: Merge with 3.3
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 10c0470..6a6592c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -763,6 +763,9 @@ Windows
Build
-----
+- Issue #16067: Add description into MSI file to replace installer's
+ temporary name.
+
- Issue #18257: Fix readlink usage in python-config. Install the python
version again on Darwin.