]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport 1.15
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 5 Dec 2001 06:46:16 +0000 (06:46 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 5 Dec 2001 06:46:16 +0000 (06:46 +0000)
commitad2223730814d009b94113409437cd5fdb1485e2
tree2477bf980291719d133ec7f29ef1b61a5cbd4346
parent6fcbe88627799d824d4cb7db8c06231d79f0bfb7
backport 1.15
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