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 <1354556837.31.0.496215301115.issue4833@psf.upfronthosting.co.za>
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: <1354556837.31.0.496215301115.issue4833@psf.upfronthosting.co.za>
2012-12-03 17:47:17serhiy.storchakalinkissue4833 messages
2012-12-03 17:47:17serhiy.storchakacreate