From 3da7151066c59a70e6d45648e014d80943734030 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Mon, 3 Aug 2020 09:27:50 +0800 Subject: [PATCH] News --- news/8684.bugfix | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 news/8684.bugfix diff --git a/news/8684.bugfix b/news/8684.bugfix new file mode 100644 index 00000000000..18e6ed9bc80 --- /dev/null +++ b/news/8684.bugfix @@ -0,0 +1,2 @@ +Use the same encoding logic from Python 3 to handle ZIP archive entries on +Python 2, so non-ASCII paths can be resolved as expected.