bpo-4833: Add ZipFile.mkdir#32160
Conversation
ethanfurman
left a comment
There was a problem hiding this comment.
Very thorough PR. Question in-line.
Sorry, something went wrong.
|
interesting, since it is also possible to imply directories (if there is a file in there) but this would allow an empty directory |
Sorry, something went wrong.
|
@dignissimus : ping me in a few days if no one has merged this yet -- I want to give other folks the chance to review. |
Sorry, something went wrong.
|
@dignissimus Actually, I forgot: have you either verified or added a test for creating a directory using the existing |
Sorry, something went wrong.
@ethanfurman The tests have been added! |
Sorry, something went wrong.
Sorry, something went wrong.
Add
ZipFile.mkdirmethod to create directories inside zip archives.https://bugs.python.org/issue4833