summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-07-28 18:46:52 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-07-28 18:46:52 (GMT)
commit96d97ec9c08a95201e9d7f0b7819ca6328002693 (patch)
tree2aec50fcefb564593ad7ea30a51330a39e26281c /Misc/NEWS
parent79b7ea1629243868b6971953e15dfb499d14c022 (diff)
downloadcpython-96d97ec9c08a95201e9d7f0b7819ca6328002693.zip
cpython-96d97ec9c08a95201e9d7f0b7819ca6328002693.tar.gz
cpython-96d97ec9c08a95201e9d7f0b7819ca6328002693.tar.bz2
Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Windows.
Patch by Kristján Valur Jónsson.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 382544c..31a99c8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -256,6 +256,9 @@ Tests
Build
-----
+- Issue #15431: Add _freeze_importlib project to regenerate importlib.h
+ on Windows. Patch by Kristján Valur Jónsson.
+
- Issue #14197: For OS X framework builds, ensure links to the shared
library are created with the proper ABI suffix.