Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

The standard requires interpreting filename encoding as cp470 or utf8. But for 
practical reasons it would be handy to allow to specify other encoding (which 
is not necessary equal ti the local filesystem encoding)
. This is issue28080. But i left this issue open so that we will not forget to 
ensure that it will be the option of using extractall() with the encoding that 
matches the encoding of the local zip tool. There may be percularities on 
Windows and macOS. Lso there should be an option for CLI.

----------
components: +Library (Lib)
dependencies: +Allow reading member names with bogus encodings in zipfile
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38861>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to