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 ronaldoussoren
Recipients G.Rakosy, iritkatriel, ronaldoussoren
Date 2021-09-19.08:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632041334.38.0.733888929619.issue44841@roundup.psfhosted.org>
In-reply-to
Content
I'm not sure what the issue is here. ZipInfo does not have a filemode attribute, that's why it is not in ZipInfo.__slots__.

That said, it might be interesting to add a property to ZipInfo that extracts the file mode from ZipInfo.external_attr.
History
Date User Action Args
2021-09-19 08:48:54ronaldoussorensetrecipients: + ronaldoussoren, iritkatriel, G.Rakosy
2021-09-19 08:48:54ronaldoussorensetmessageid: <1632041334.38.0.733888929619.issue44841@roundup.psfhosted.org>
2021-09-19 08:48:54ronaldoussorenlinkissue44841 messages
2021-09-19 08:48:54ronaldoussorencreate