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.