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 18z, christian.heimes, krnick, serhiy.storchaka, vstinner, xtreak
Date 2019-03-28.17:05:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553792732.03.0.268881941542.issue36260@roundup.psfhosted.org>
In-reply-to
Content
All these are simple one-liners:

    len(zf.infolist())
    sum(zi.compress_size for zi in zf.infolist())
    sum(zi.file_size for zi in zf.infolist())
History
Date User Action Args
2019-03-28 17:05:32serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, christian.heimes, 18z, xtreak, krnick
2019-03-28 17:05:32serhiy.storchakasetmessageid: <1553792732.03.0.268881941542.issue36260@roundup.psfhosted.org>
2019-03-28 17:05:32serhiy.storchakalinkissue36260 messages
2019-03-28 17:05:31serhiy.storchakacreate