This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bochecha
Recipients alanmcintyre, bochecha, eryksun, ldoktor, serhiy.storchaka, twouters
Date 2017-06-02.12:53:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496408008.9.0.262906541134.issue27318@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2017-06-02 12:53:29bochechasetrecipients: + bochecha, twouters, alanmcintyre, serhiy.storchaka, eryksun, ldoktor
2017-06-02 12:53:28bochechasetmessageid: <1496408008.9.0.262906541134.issue27318@psf.upfronthosting.co.za>
2017-06-02 12:53:28bochechalinkissue27318 messages
2017-06-02 12:53:28bochechacreate