SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

gh-74696: Do not change the current working directory in shutil.make_archive() if possible (GH-93160)

It is no longer changed when create a zip or tar archive.

It is still changed for custom archivers registered with shutil.register_archive_format()
if root_dir is not None.

Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
S
Serhiy Storchaka committed
fda4b2f06364ae5ef91ecd9c09e2af380c8b0b4c
Parent: f805d37
Committed by GitHub <noreply@github.com> on 6/22/2022, 8:47:25 AM