diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-10 00:33:37 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-10 00:33:37 (GMT) |
commit | ff70fc220653d8999d69bd3f3b986a07afc81b64 (patch) | |
tree | ec3a8b95c09b001e3446304a7342767475ad5eaa /Misc | |
parent | 1319236167041f01c4efd4f7cc1400d2e4a18275 (diff) | |
parent | 8dcc48ee3b6447cd63038e63ee11de36f6d85a68 (diff) | |
download | cpython-ff70fc220653d8999d69bd3f3b986a07afc81b64.zip cpython-ff70fc220653d8999d69bd3f3b986a07afc81b64.tar.gz cpython-ff70fc220653d8999d69bd3f3b986a07afc81b64.tar.bz2 |
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.6.0 beta 1 Core and Builtins ----------------- +- Issue #25758: Prevents zipimport from unnecessarily encoding a filename + (patch by Eryk Sun) + - Issue #25856: The __module__ attribute of extension classes and functions now is interned. This leads to more compact pickle data with protocol 4. |