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 Patrik Dufresne
Recipients Patrik Dufresne
Date 2016-02-02.21:44:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454449498.64.0.544045383692.issue26269@psf.upfronthosting.co.za>
In-reply-to
Content
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 fail.
History
Date User Action Args
2016-02-02 21:44:58Patrik Dufresnesetrecipients: + Patrik Dufresne
2016-02-02 21:44:58Patrik Dufresnesetmessageid: <1454449498.64.0.544045383692.issue26269@psf.upfronthosting.co.za>
2016-02-02 21:44:58Patrik Dufresnelinkissue26269 messages
2016-02-02 21:44:58Patrik Dufresnecreate