diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-08-02 19:51:21 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-08-02 19:51:21 (GMT) |
commit | 133138a284be1985ebd9ec9014f1306b9a425d98 (patch) | |
tree | 15d5ad35ad76c65f88cb739100ff152194e96ef8 /Misc/NEWS | |
parent | cde03fa0381fcb7f7d3ba0dff4e784eade1f3031 (diff) | |
download | cpython-133138a284be1985ebd9ec9014f1306b9a425d98.zip cpython-133138a284be1985ebd9ec9014f1306b9a425d98.tar.gz cpython-133138a284be1985ebd9ec9014f1306b9a425d98.tar.bz2 |
Issue #22557: Now importing already imported modules is up to 2.5 times faster.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.6.0 alpha 4 Core and Builtins ----------------- +- Issue #22557: Now importing already imported modules is up to 2.5 times faster. + - Issue #17596: Include <wincrypt.h> to help with Min GW building. - Issue #27507: Add integer overflow check in bytearray.extend(). Patch by |