diff options
author | Larry Hastings <larry@hastings.org> | 2015-09-06 03:53:04 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-09-06 03:53:04 (GMT) |
commit | 055a9e0bc8eb28fd64158ade11019b712116aeae (patch) | |
tree | 00f75387fa11dfc0678884f5d2f15e24ad6b525c /Misc/NEWS | |
parent | 699534210c935de3d5041c801bd97270fd31a522 (diff) | |
parent | 9d3c61c86a20678d604c96a68bbf4a966877f0b9 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |