[issue26018] documentation of ZipFile file name encoding

2019-03-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This not have been removed in issue32035. 3.4 and 3.5 currently take only security fixes. -- nosy: +serhiy.storchaka resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python

[issue26018] documentation of ZipFile file name encoding

2019-03-09 Thread Windson Yang
Windson Yang added the comment: Please ignore the last message, the docs locate in 3.4 and 3.5 -- ___ Python tracker ___ ___

[issue26018] documentation of ZipFile file name encoding

2019-03-09 Thread Windson Yang
Windson Yang added the comment: I can't find the Note in the current document -- nosy: +Windson Yang versions: +Python 3.4, Python 3.5 -Python 3.7, Python 3.8 ___ Python tracker

[issue26018] documentation of ZipFile file name encoding

2018-02-22 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +easy versions: +Python 3.7, Python 3.8 -Python 3.5 ___ Python tracker ___

[issue26018] documentation of ZipFile file name encoding

2016-01-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: -> needs patch ___ Python tracker ___ ___

[issue26018] documentation of ZipFile file name encoding

2016-01-05 Thread Martin von Gagern
New submission from Martin von Gagern: https://docs.python.org/3/library/zipfile.html#zipfile.ZipFile.write writes: “Note: There is no official file name encoding for ZIP files. If you have unicode file names, you must convert them to byte strings in your desired encoding before passing them