[New-bugs-announce] [issue35981] shutil make_archive create wrong file when base name contains dots at end

maokk report at bugs.python.org
Wed Feb 13 02:15:24 EST 2019


New submission from maokk <highwindmx at 126.com>:

shutil.make_archive("foo...bar..", "zip", os.path.abspath("c:/test"))

create zipfile called "foo...bar.zip" not "foo...bar...zip"

----------
components: Distutils
messages: 335388
nosy: dstufft, eric.araujo, highwind
priority: normal
severity: normal
status: open
title: shutil make_archive create wrong file when base name contains dots at end
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35981>
_______________________________________


More information about the New-bugs-announce mailing list