]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-4833: Add ZipFile.mkdir (GH-32160)
authorSam Ezeh <sam.z.ezeh@gmail.com>
Tue, 5 Apr 2022 18:41:38 +0000 (19:41 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Apr 2022 18:41:38 +0000 (11:41 -0700)
commit050a8f94c678a05d506fe192c863c4a572178c42
tree576ea8be15d5683c681a4c258567d814231f9d76
parent9e88b572fb904b172f9e344069fb7118f1cee517
bpo-4833: Add ZipFile.mkdir (GH-32160)
Doc/library/zipfile.rst
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2022-03-28-20-16-37.bpo-4833.2vSUE5.rst [new file with mode: 0644]