diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-07-28 18:46:52 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-07-28 18:46:52 (GMT) |
commit | 96d97ec9c08a95201e9d7f0b7819ca6328002693 (patch) | |
tree | 2aec50fcefb564593ad7ea30a51330a39e26281c /Misc/NEWS | |
parent | 79b7ea1629243868b6971953e15dfb499d14c022 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |