]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44095: Add suffix, stem and suffixes to zipfile.Path (GH-26129)
authorMiguel Brito <5544985+miguendes@users.noreply.github.com>
Fri, 14 May 2021 17:57:36 +0000 (18:57 +0100)
committerGitHub <noreply@github.com>
Fri, 14 May 2021 17:57:36 +0000 (10:57 -0700)
commitdc0b364de46cec104dae62282174b6c8a1cdb475
tree8709a8ec9e07ef69dbea195e55d65d919966f781
parent2918846a4ff394237ccd7c6d5cdf5655e2ddd726
bpo-44095: Add suffix, stem and suffixes to zipfile.Path (GH-26129)
Doc/library/zipfile.rst
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2021-05-14-16-06-02.bpo-44095.v_pLwY.rst [new file with mode: 0644]