Stéphane Wirtel <steph...@wirtel.be> added the comment:

I have just tried with 3.7.2 and I don't get your error.

Python 3.7.2 (default, Jan 16 2019, 19:49:22) 
[GCC 8.2.1 20181215 (Red Hat 8.2.1-6)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import shutil
>>> import os
>>> shutil.make_archive('demo...bar..', 'zip', os.path.abspath('/tmp/demo'))
'/tmp/demo/demo...bar...zip'
>>> 

ls -l /tmp/demo
-rw-r--r--. 1 stephane stephane 226 13 fév 10:45 demo...bar...zip

----------
nosy: +matrixise
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35981>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to