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 <rep...@bugs.python.org> <http://bugs.python.org/issue27318> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com