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 vmurashev
Recipients vmurashev
Date 2014-03-13.16:44:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394729062.0.0.517393567539.issue20912@psf.upfronthosting.co.za>
In-reply-to
Content
When I use 'zip' command-line tool on my Ubuntu 10.04 to pack a directory in zip-archive, it internally assigns '0x41ed0010' attributes for it.

0x41ed0010 = 0x41ed << 0xfff + 0x0010

Where:
  0x41ed - unix attributes (40755)
  0x0010 - means # MS-DOS directory flag

At the same time zipfile.py doesn't provide MS-DOS directory flag.
It seems be a good idea to do it.
Patch suggested over 3.3.3 code-base.
History
Date User Action Args
2014-03-13 16:44:22vmurashevsetrecipients: + vmurashev
2014-03-13 16:44:22vmurashevsetmessageid: <1394729062.0.0.517393567539.issue20912@psf.upfronthosting.co.za>
2014-03-13 16:44:21vmurashevlinkissue20912 messages
2014-03-13 16:44:21vmurashevcreate