summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-02-21 17:07:58 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-02-21 17:07:58 (GMT)
commitdc4170c5bce49cdfacb7aa6e61b573bf39a87673 (patch)
tree0b978d9af1b9b34d151ca16a51c1a1fbe819ceea /Misc/NEWS
parentf9caee9ab435d53a920ba9239e9a8fe4fe58976f (diff)
parentdbd3f6173a0dd15c97b60be56cc37ff1cf5487e5 (diff)
downloadcpython-dc4170c5bce49cdfacb7aa6e61b573bf39a87673.zip
cpython-dc4170c5bce49cdfacb7aa6e61b573bf39a87673.tar.gz
cpython-dc4170c5bce49cdfacb7aa6e61b573bf39a87673.tar.bz2
merge 2.6
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 26529b7..ad45afe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1942,6 +1942,8 @@ Library
Build
-----
+- Issue #6807: Run msisupport.mak earlier.
+
- Issue #10580: Minor grammar change in Windows installer.
- Issue #13326: Clean __pycache__ directories correctly on OpenBSD.