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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28831>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to