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 ronaldoussoren
Recipients ronaldoussoren
Date 2013-07-30.07:45:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375170318.76.0.496081120587.issue18595@psf.upfronthosting.co.za>
In-reply-to
Content
The zipfile format (as described by .zip file format specification) allows for storing extra unix data, such as symlinks and device nodes in zipfile.

Storing at least symlinks would be useful, and is supported by the infozip tools as well (the command-line zip and unzip commands on Linux systems).

An implementation would use the "UNIX Extra Field (0x000d)" to store this information.
History
Date User Action Args
2013-07-30 07:45:18ronaldoussorensetrecipients: + ronaldoussoren
2013-07-30 07:45:18ronaldoussorensetmessageid: <1375170318.76.0.496081120587.issue18595@psf.upfronthosting.co.za>
2013-07-30 07:45:18ronaldoussorenlinkissue18595 messages
2013-07-30 07:45:18ronaldoussorencreate