[issue4710] [PATCH] zipfile.ZipFile does not extract directories properly

Kuba Wieczorek report at bugs.python.org
Tue Dec 23 14:08:44 CET 2008


Kuba Wieczorek <faw217 at gmail.com> added the comment:

Here is a revised version of the patch with directories support for
write(). It works like UNIX zip program so if a directory path is passed
to the function, it stores only the directory itself (without the contents).

This time without tests as well because I don't want to mess up with
them until I finish my patch completely.

Added file: http://bugs.python.org/file12433/zipfile_dirs_support.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4710>
_______________________________________


More information about the Python-bugs-list mailing list