[issue26269] zipfile should call lstat instead of stat if available

2016-02-27 Thread Anish Shah
Changes by Anish Shah : -- nosy: -anish.shah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue26269] zipfile should call lstat instead of stat if available

2016-02-04 Thread SilentGhost
Changes by SilentGhost : -- components: +Extension Modules nosy: +alanmcintyre, serhiy.storchaka, twouters versions: -Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5 ___ Python tracker _

[issue26269] zipfile should call lstat instead of stat if available

2016-02-04 Thread Anish Shah
Changes by Anish Shah : -- nosy: +anish.shah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue26269] zipfile should call lstat instead of stat if available

2016-02-02 Thread Patrik Dufresne
New submission from Patrik Dufresne: To mirror the behavior in tarfile, zipfile should make a call to stat instead of lstat if available. Failure to do so resolved into an "IOError No such file or directory" if the filename is a symbolik link being broken. As such, the creation of the archive