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 samthursfield
Recipients lars.gustaebel, r.david.murray, rhettinger, samthursfield
Date 2015-06-19.10:21:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434709312.07.0.247401882292.issue24465@psf.upfronthosting.co.za>
In-reply-to
Content
I've discovered that this patch introduces a nasty failure case! If you have a relative symlink pointing to a directory that's alphabetically sorted after the symlink, and files inside the symlink, 'tar -x' won't be able to create those files because the symlink target won't exist yet.

I'll rework this to only affect shutil.make_archive(), and to avoid hitting this bug.
History
Date User Action Args
2015-06-19 10:21:52samthursfieldsetrecipients: + samthursfield, rhettinger, lars.gustaebel, r.david.murray
2015-06-19 10:21:52samthursfieldsetmessageid: <1434709312.07.0.247401882292.issue24465@psf.upfronthosting.co.za>
2015-06-19 10:21:52samthursfieldlinkissue24465 messages
2015-06-19 10:21:51samthursfieldcreate