@@ -601,8 +601,7 @@ provided.  They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
601601   any format-specific extension.
602602
603603   *format * is the archive format: one of
604-    "zip" (if the :mod: `zlib ` module is available), "tar", "gztar" (if the
605-    :mod: `zlib ` module is available), "bztar" (if the :mod: `bz2 ` module is
604+    "zip", "tar", "gztar", "bztar" (if the :mod: `bz2 ` module is
606605   available), or "xztar" (if the :mod: `lzma ` module is available).
607606
608607   *root_dir * is a directory that will be the root directory of the
@@ -653,9 +652,9 @@ provided.  They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
653652
654653   By default :mod: `shutil ` provides these formats:
655654
656-    - *zip *: ZIP file (if the  :mod: ` zlib ` module is available) .
655+    - *zip *: ZIP file.
657656   - *tar *: Uncompressed tar file. Uses POSIX.1-2001 pax format for new archives.
658-    - *gztar *: gzip'ed tar-file (if the  :mod: ` zlib ` module is available) .
657+    - *gztar *: gzip'ed tar-file.
659658   - *bztar *: bzip2'ed tar-file (if the :mod: `bz2 ` module is available).
660659   - *xztar *: xz'ed tar-file (if the :mod: `lzma ` module is available).
661660
@@ -768,10 +767,9 @@ provided.  They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
768767
769768   By default :mod: `shutil ` provides these formats:
770769
771-    - *zip *: ZIP file (unpacking compressed files works only if the corresponding
772-      module is available).
770+    - *zip *: ZIP file.
773771   - *tar *: uncompressed tar file.
774-    - *gztar *: gzip'ed tar-file (if the  :mod: ` zlib ` module is available) .
772+    - *gztar *: gzip'ed tar-file.
775773   - *bztar *: bzip2'ed tar-file (if the :mod: `bz2 ` module is available).
776774   - *xztar *: xz'ed tar-file (if the :mod: `lzma ` module is available).
777775
0 commit comments