summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-08-09 10:30:30 (GMT)
committerGitHub <noreply@github.com>2021-08-09 10:30:30 (GMT)
commitd5c8ad24716d146ffa025e09dad85e5a1bac5c77 (patch)
tree2682fc42a32355da969c5d19473d2a16497e85d5 /Misc
parent762ef85f441cdec002cb4e812b9e77ae5033e571 (diff)
downloadcpython-d5c8ad24716d146ffa025e09dad85e5a1bac5c77.zip
cpython-d5c8ad24716d146ffa025e09dad85e5a1bac5c77.tar.gz
cpython-d5c8ad24716d146ffa025e09dad85e5a1bac5c77.tar.bz2
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470)
Co-Authored-By: Bo Bayles <bbayles@gmail.com> (cherry picked from commit eb2d4a66ff07aa6e51cfaaa31afed31addf76936) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-07-13-23-46-59.bpo-32695.tTqqXe.rst2
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.