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 epu
Recipients alexis, epu, eric.araujo, fberger, tarek
Date 2013-11-19.16:18:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384877938.53.0.824788878639.issue12585@psf.upfronthosting.co.za>
In-reply-to
Content
Note that the zipfile module does not include a dereference option, but tarfile does.

The following links to python examples show that users are writing zipfiles with symlinks, so it is possible to preserve them in a zip archive.

https://gist.github.com/kgn/610907
http://doeidoei.wordpress.com/2010/11/23/compressing-files-with-python-symlink-trouble/

Maybe the right start is to add a dereference option to zipfile module?
History
Date User Action Args
2013-11-19 16:18:58epusetrecipients: + epu, tarek, eric.araujo, alexis, fberger
2013-11-19 16:18:58epusetmessageid: <1384877938.53.0.824788878639.issue12585@psf.upfronthosting.co.za>
2013-11-19 16:18:58epulinkissue12585 messages
2013-11-19 16:18:58epucreate