[issue37921] Improve zipfile: add support for symlinks

Henning von Bargen report at bugs.python.org
Tue Feb 18 09:59:35 EST 2020


Henning von Bargen <h.vonbargen at gmail.com> added the comment:

If I understand correctly, 
this bug is about supporting symlinks on *creating* ZIP files.

Please see also https://bugs.python.org/issue27318 for a proposal to support symlinks while *unpacking* ZIP files.

Maybe a preserve_symlinks optional argument should be added to the `extract` and `extractall` method as well (the same argument name is used in `distutils.dir_util.copy_tree`).

Anyway, I think symlink support should be added for packing *and* unpacking or not at all.

----------
nosy: +Henning.von.Bargen

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37921>
_______________________________________


More information about the Python-bugs-list mailing list