[issue27318] Add support for symlinks to zipfile

2016-06-15 Thread Lukáš Doktor
Lukáš Doktor added the comment: Hello Eryk, thank you for the prompt response. I have only checked that using python2.6 on `wine` and there was no `os.symlink` support there. I'm not sure how to reasonably handle the `dir` flag for Windows as theoretically the symlink can point out o

[issue27318] Add support for symlinks to zipfile

2016-06-14 Thread Lukáš Doktor
New submission from Lukáš Doktor: 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