This commit is contained in:
Tzu-ping Chung 2020-08-03 09:27:50 +08:00
parent 89d8cba55b
commit 95efbbe588
1 changed files with 2 additions and 0 deletions

2
news/8684.bugfix Normal file
View File

@ -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.