[issue35981] shutil make_archive create wrong file when base name contains dots at end

Steve Dower report at bugs.python.org
Wed Sep 11 09:17:15 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

We can fix this - trailing dots before an extension are supported.

Probably the best fix is to defer the "abspath" call until after the extension has been added (or apply "abspath" to the directory and then put the base name back on).

----------
versions: +Python 3.8, Python 3.9

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


More information about the Python-bugs-list mailing list