]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 23 Jan 2022 17:54:13 +0000 (09:54 -0800)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 17:54:13 +0000 (19:54 +0200)
commit94d6434ba7ec3e4b154e515c5583b0b665ab0b09
treedcc62ff23c35c69a084bf6ca9f54ad1947a53a86
parent1514d1252f96e6a83eb65c439522a6b5443f6a1a
[3.9] bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283) (GH-30738)

(cherry picked from commit cfadcc31ea84617b1c73022ce54d4ae831333e8d)

Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS.d/next/Library/2021-12-28-11-55-10.bpo-21987.avBK-p.rst [new file with mode: 0644]