Karthikeyan Singaravelan <[email protected]> added the comment:
Is this Windows specific? I am unable to reproduce this on Mac and Ubuntu with
master and Python 3.7 .
➜ cpython git:(master) ./python.exe -c 'import os, shutil;
shutil.make_archive("foo...bar..", "zip", os.path.abspath("./Tools"))'
➜ cpython git:(master) ✗ ls foo...bar...zip
foo...bar...zip
➜ cpython git:(master) ✗ rm foo...bar...zip
➜ cpython git:(master) python3.7 -c 'import os, shutil;
shutil.make_archive("foo...bar..", "zip", os.path.abspath("./Tools"))'
➜ cpython git:(master) ✗ ls foo...bar...zip
foo...bar...zip
----------
nosy: +xtreak
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue35981>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com