Message79724
in Lib/zipfile.py, the filename is already allowed to be unicode if the
"flag_bits" for the file entry contains 0x800. This indicates that the
encoding is utf-8.
We could do the same for the password. Attached is a tentative patch
along this idea (for py3k replace 'unicode' with 'str' of course) |
|
| Date |
User |
Action |
Args |
| 2009-01-13 08:40:50 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, ggenellina, vstinner, ebfe, gladed |
| 2009-01-13 08:40:50 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2009-01-13 08:40:49 | amaury.forgeotdarc | link | issue4871 messages |
| 2009-01-13 08:40:49 | amaury.forgeotdarc | create | |
|