Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan

This commit is contained in:
Martin Panter 2016-04-13 03:24:06 +00:00
parent a7a222fde7
commit 7f7c605f29
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ Some facts and figures:
For modes ``'w:gz'``, ``'r:gz'``, ``'w:bz2'``, ``'r:bz2'``, ``'x:gz'``,
``'x:bz2'``, :func:`tarfile.open` accepts the keyword argument
*compresslevel* to specify the compression level of the file.
*compresslevel* (default ``9``) to specify the compression level of the file.
For special purposes, there is a second format for *mode*:
``'filemode|[compression]'``. :func:`tarfile.open` will return a :class:`TarFile`