summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-09-06 03:53:04 (GMT)
committerLarry Hastings <larry@hastings.org>2015-09-06 03:53:04 (GMT)
commit055a9e0bc8eb28fd64158ade11019b712116aeae (patch)
tree00f75387fa11dfc0678884f5d2f15e24ad6b525c /Misc/NEWS
parent699534210c935de3d5041c801bd97270fd31a522 (diff)
parent9d3c61c86a20678d604c96a68bbf4a966877f0b9 (diff)
downloadcpython-055a9e0bc8eb28fd64158ade11019b712116aeae.zip
cpython-055a9e0bc8eb28fd64158ade11019b712116aeae.tar.gz
cpython-055a9e0bc8eb28fd64158ade11019b712116aeae.tar.bz2
Merged in ncoghlan/cpython350 (pull request #17)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 11d7de4..ba24851 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,11 @@ Core and Builtins
Library
-------
+- Issue #24748: To resolve a compatibility problem found with py2exe and
+ pywin32, imp.load_dynamic() once again ignores previously loaded modules
+ to support Python modules replacing themselves with extension modules.
+ Patch by Petr Viktorin.
+
- Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.
- Issue #24635: Fixed a bug in typing.py where isinstance([], typing.Iterable)