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 Dan “locallycompact” Firth
Recipients Dan “locallycompact” Firth
Date 2016-11-29.11:50:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480420238.68.0.491004262326.issue28831@psf.upfronthosting.co.za>
In-reply-to
Content
I have made an example of this bug here: https://github.com/locallycompact/py3_make_archive_bug

Using shutil.make_archive() in python2 works fine, where as in python3 one of the filenames has been truncated by five characters after unpacking the resulting archive. This is the same every time.
History
Date User Action Args
2016-11-29 11:50:38Dan “locallycompact” Firthsetrecipients: + Dan “locallycompact” Firth
2016-11-29 11:50:38Dan “locallycompact” Firthsetmessageid: <1480420238.68.0.491004262326.issue28831@psf.upfronthosting.co.za>
2016-11-29 11:50:38Dan “locallycompact” Firthlinkissue28831 messages
2016-11-29 11:50:38Dan “locallycompact” Firthcreate