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 faw
Recipients faw, koen
Date 2008-12-23.13:08:41
SpamBayes Score 0.00028130907
Marked as misclassified No
Message-id <1230037724.47.0.389255366997.issue4710@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a revised version of the patch with directories support for
write(). It works like UNIX zip program so if a directory path is passed
to the function, it stores only the directory itself (without the contents).

This time without tests as well because I don't want to mess up with
them until I finish my patch completely.
History
Date User Action Args
2008-12-23 13:08:44fawsetrecipients: + faw, koen
2008-12-23 13:08:44fawsetmessageid: <1230037724.47.0.389255366997.issue4710@psf.upfronthosting.co.za>
2008-12-23 13:08:43fawlinkissue4710 messages
2008-12-23 13:08:43fawcreate