]> granicus.if.org Git - python/commit
Make sure path names inserted into ZIP files are normalized to use "/" as
authorFred Drake <fdrake@acm.org>
Thu, 19 Jul 2001 19:44:25 +0000 (19:44 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 19 Jul 2001 19:44:25 +0000 (19:44 +0000)
commita58947f60098b07471ad6771b185557081d14a4c
tree6851eb3c9437d6cbb8c1de12dc6588d947afed73
parentd4f7f609bfd1ff57f59705b2383305478fb7c411
Make sure path names inserted into ZIP files are normalized to use "/" as
the directory separator, as required by the format specification.

This closes SF bug #440693.
Lib/zipfile.py