[issue27318] Add support for symlinks to zipfile

Lukáš Doktor report at bugs.python.org
Tue Jun 14 07:55:34 EDT 2016


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.

----------
components: Library (Lib)
files: zipfile-symlink.patch
keywords: patch
messages: 268552
nosy: ldoktor
priority: normal
severity: normal
status: open
title: Add support for symlinks to zipfile
type: enhancement
versions: Python 2.7
Added file: http://bugs.python.org/file43388/zipfile-symlink.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27318>
_______________________________________


More information about the Python-bugs-list mailing list