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 ldoktor
Recipients ldoktor
Date 2016-06-14.11:55:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465905334.15.0.513827452466.issue27318@psf.upfronthosting.co.za>
In-reply-to
Content
Currently the zipfile library extracts all files as simple files, even though it contains the information of the file attributes. This patch uses them to detect if the original file was a symlink and creates it when there is a support for symlink creation.
History
Date User Action Args
2016-06-14 11:55:34ldoktorsetrecipients: + ldoktor
2016-06-14 11:55:34ldoktorsetmessageid: <1465905334.15.0.513827452466.issue27318@psf.upfronthosting.co.za>
2016-06-14 11:55:34ldoktorlinkissue27318 messages
2016-06-14 11:55:34ldoktorcreate