diff options
author | Zackery Spytz <zspytz@gmail.com> | 2021-08-09 10:05:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 10:05:31 (GMT) |
commit | eb2d4a66ff07aa6e51cfaaa31afed31addf76936 (patch) | |
tree | e2b6320a36e69b0e6a1de9c2434290312df4d4cd /Misc/NEWS.d | |
parent | ac75f6bdd4748b3378dd321f862d13aa1898f77a (diff) | |
download | cpython-eb2d4a66ff07aa6e51cfaaa31afed31addf76936.zip cpython-eb2d4a66ff07aa6e51cfaaa31afed31addf76936.tar.gz cpython-eb2d4a66ff07aa6e51cfaaa31afed31addf76936.tar.bz2 |
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470)
Co-Authored-By: Bo Bayles <bbayles@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-07-13-23-46-59.bpo-32695.tTqqXe.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-07-13-23-46-59.bpo-32695.tTqqXe.rst b/Misc/NEWS.d/next/Library/2020-07-13-23-46-59.bpo-32695.tTqqXe.rst new file mode 100644 index 0000000..c71316e --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-07-13-23-46-59.bpo-32695.tTqqXe.rst @@ -0,0 +1,2 @@ +The *compresslevel* and *preset* keyword arguments of :func:`tarfile.open` +are now both documented and tested. |