This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matrixise
Recipients dstufft, eric.araujo, highwind, matrixise
Date 2019-02-13.09:47:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550051240.8.0.16677697316.issue35981@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-02-13 09:47:20matrixisesetrecipients: + matrixise, eric.araujo, dstufft, highwind
2019-02-13 09:47:20matrixisesetmessageid: <1550051240.8.0.16677697316.issue35981@roundup.psfhosted.org>
2019-02-13 09:47:20matrixiselinkissue35981 messages
2019-02-13 09:47:20matrixisecreate