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 Anthony Sottile, barry, brett.cannon, doko, eric.snow, jaraco, ncoghlan, serhiy.storchaka
Date 2019-06-05.15:56:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559750202.09.0.180501198054.issue37162@roundup.psfhosted.org>
In-reply-to
Content
I have not found zipfile here.

email is used for parsing METADATA and PKG-INFO. It replaces the rfc822 module.

cvs is used for parsing RECORD and SOURCES.txt. Actually using it for for parsing SOURCES.txt is improper as it might contain double quotes or backslashes (unlikely but possible).
History
Date User Action Args
2019-06-05 15:56:42serhiy.storchakasetrecipients: + serhiy.storchaka, barry, brett.cannon, doko, jaraco, ncoghlan, eric.snow, Anthony Sottile
2019-06-05 15:56:42serhiy.storchakasetmessageid: <1559750202.09.0.180501198054.issue37162@roundup.psfhosted.org>
2019-06-05 15:56:42serhiy.storchakalinkissue37162 messages
2019-06-05 15:56:42serhiy.storchakacreate