This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Arfrever, schmir, schuppenies, serhiy.storchaka, thijs
Date 2012-12-03.17:47:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Actually now creating directories in zipfile is possible with ZipFile.writestr(special_zip_info, b''). However a special method (like ZipFile.mkdir(name)) can be useful.
History
Date User Action Args
2012-12-03 17:47:17serhiy.storchakasetrecipients: + serhiy.storchaka, schmir, schuppenies, Arfrever, thijs
2012-12-03 17:47:17serhiy.storchakasetmessageid: <[email protected]>
2012-12-03 17:47:17serhiy.storchakalinkissue4833 messages
2012-12-03 17:47:17serhiy.storchakacreate