[New-bugs-announce] [issue28831] Python 3's shutil.make_archive is truncating filenames

Dan “locallycompact” Firth report at bugs.python.org
Tue Nov 29 06:50:38 EST 2016


New submission from Dan “locallycompact” Firth:

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.

----------
messages: 281981
nosy: Dan “locallycompact” Firth
priority: normal
severity: normal
status: open
title: Python 3's shutil.make_archive is truncating filenames
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28831>
_______________________________________


More information about the New-bugs-announce mailing list