]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)
authorandrei kulakov <andrei.avk@gmail.com>
Fri, 21 Jan 2022 07:40:32 +0000 (02:40 -0500)
committerGitHub <noreply@github.com>
Fri, 21 Jan 2022 07:40:32 +0000 (09:40 +0200)
commitcfadcc31ea84617b1c73022ce54d4ae831333e8d
tree5eb75e700fdd3988bba9d6bb810bc890f1db7c01
parent22f73bd9f1fc573d5c998f345b66c29f7ca6614d
bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)
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]