diff options
author | andrei kulakov <andrei.avk@gmail.com> | 2022-01-21 07:40:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 07:40:32 (GMT) |
commit | cfadcc31ea84617b1c73022ce54d4ae831333e8d (patch) | |
tree | 5eb75e700fdd3988bba9d6bb810bc890f1db7c01 /Misc/NEWS.d | |
parent | 22f73bd9f1fc573d5c998f345b66c29f7ca6614d (diff) | |
download | cpython-cfadcc31ea84617b1c73022ce54d4ae831333e8d.zip cpython-cfadcc31ea84617b1c73022ce54d4ae831333e8d.tar.gz cpython-cfadcc31ea84617b1c73022ce54d4ae831333e8d.tar.bz2 |
bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-12-28-11-55-10.bpo-21987.avBK-p.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-12-28-11-55-10.bpo-21987.avBK-p.rst b/Misc/NEWS.d/next/Library/2021-12-28-11-55-10.bpo-21987.avBK-p.rst new file mode 100644 index 0000000..305dd16 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-12-28-11-55-10.bpo-21987.avBK-p.rst @@ -0,0 +1,2 @@ +Fix an issue with :meth:`tarfile.TarFile.getmember` getting a directory name +with a trailing slash. |