summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrey Doroschenko <dorosch.github.io@yandex.ru>2020-10-20 14:05:01 (GMT)
committerGitHub <noreply@github.com>2020-10-20 14:05:01 (GMT)
commitec42789e6e14f6b6ac13569aeadc13798d7173a8 (patch)
tree4354f760371a9d4d0430d8ec0b610baf4d3703c5 /Misc
parentfaddc7449d07e883b8ad8bb95dd68ce6dbdc06e8 (diff)
downloadcpython-ec42789e6e14f6b6ac13569aeadc13798d7173a8.zip
cpython-ec42789e6e14f6b6ac13569aeadc13798d7173a8.tar.gz
cpython-ec42789e6e14f6b6ac13569aeadc13798d7173a8.tar.bz2
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Co-authored-by: Andrey Darascheka <andrei.daraschenka@leverx.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS.d/next/Documentation/2020-02-24-09-02-05.bpo-39693.QXw0Fm.rst1
2 files changed, 2 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 0aab456..404f70e 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1957,5 +1957,6 @@ Gennadiy Zlobin
Doug Zongker
Peter Åstrand
Vlad Emelianov
+Andrey Doroschenko
(Entries should be added in rough alphabetical order by last names)
diff --git a/Misc/NEWS.d/next/Documentation/2020-02-24-09-02-05.bpo-39693.QXw0Fm.rst b/Misc/NEWS.d/next/Documentation/2020-02-24-09-02-05.bpo-39693.QXw0Fm.rst
new file mode 100644
index 0000000..86049c5
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2020-02-24-09-02-05.bpo-39693.QXw0Fm.rst
@@ -0,0 +1 @@
+Fix tarfile's extractfile documentation