summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-10 00:27:33 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-10 00:27:33 (GMT)
commit8dcc48ee3b6447cd63038e63ee11de36f6d85a68 (patch)
tree263c7533f46fd87624671678ebb5bffce4501753 /Misc
parent347dc95cd3b2d5d00a6d1a378084d87d32a47ab0 (diff)
downloadcpython-8dcc48ee3b6447cd63038e63ee11de36f6d85a68.zip
cpython-8dcc48ee3b6447cd63038e63ee11de36f6d85a68.tar.gz
cpython-8dcc48ee3b6447cd63038e63ee11de36f6d85a68.tar.bz2
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6ef92f7..c1420e1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #25758: Prevents zipimport from unnecessarily encoding a filename
+ (patch by Eryk Sun)
+
- Issue #27812: Properly clear out a generator's frame's backreference to the
generator to prevent crashes in frame.clear().