Decorater added the comment:

hmm
This shows a bug in shutil.make_archive in python3.

Run ./test.sh to run shutil.make_archive in both python2 and python3
on the wdir and then extract each of them for comparison. The file called

'/usr/share/ca-certificates/mozilla/TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.crt'

has been truncated by five characters in the python3 archive, becoming:

'/usr/share/ca-certificates/mozilla/TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_'

Something makes me wonder if it counts the # of chars in the file name 
specified and strips anything larger.

----------
nosy: +Decorater

_______________________________________
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