From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:20:24 +0000 (+0200) Subject: [3.14] Fix description of the function parameter of shutil.register_archive_format... X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e57d1a0bf377599f59a97ba238c84dbf89d67b80;p=thirdparty%2FPython%2Fcpython.git [3.14] Fix description of the function parameter of shutil.register_archive_format() (GH-145087) (GH-150805) (cherry picked from commit 18c6d3ccc32232a28a5288708818ef9c4fecba1a) Co-authored-by: Brian Schubert --- diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst index e65b96f2e8f0..9cdee8c4051d 100644 --- a/Doc/library/shutil.rst +++ b/Doc/library/shutil.rst @@ -692,7 +692,7 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules. Register an archiver for the format *name*. - *function* is the callable that will be used to unpack archives. The callable + *function* is the callable that will be used to create archives. The callable will receive the *base_name* of the file to create, followed by the *base_dir* (which defaults to :data:`os.curdir`) to start archiving from. Further arguments are passed as keyword arguments: *owner*, *group*,