diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-08-18-10-36-14.bpo-39039.A63LYh.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-08-18-10-36-14.bpo-39039.A63LYh.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-08-18-10-36-14.bpo-39039.A63LYh.rst b/Misc/NEWS.d/next/Library/2021-08-18-10-36-14.bpo-39039.A63LYh.rst deleted file mode 100644 index 7250055..0000000 --- a/Misc/NEWS.d/next/Library/2021-08-18-10-36-14.bpo-39039.A63LYh.rst +++ /dev/null @@ -1,2 +0,0 @@ -tarfile.open raises :exc:`~tarfile.ReadError` when a zlib error occurs -during file extraction. |