Mathieu Bridon added the comment:

Do note that extracting a zipfile with symlinks might lead to unexpected 
results, for example if the path pointed to is outside of the extract dir.

Maybe the behaviour introduced in this patch should not be the default, but 
instead `extract` and `extractall` could take a new flag `preserve_symlinks` 
which would default to False? (to keep the same default as today)

----------
nosy: +bochecha

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27318>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to