[issue34738] Distutils: ZIP files don't include directory entries

Matthew Barnett report at bugs.python.org
Wed Sep 19 13:39:05 EDT 2018


Matthew Barnett <python at mrabarnett.plus.com> added the comment:

I don't see a problem with this. If the zip file has 'dist/file1.py' then you know to create a directory when unzipping. If you want to indicate that there's an empty directory 'foo', then put 'foo/' in the zip file.

----------
nosy: +mrabarnett

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34738>
_______________________________________


More information about the Python-bugs-list mailing list