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 dholth
Recipients barry, dholth, jaraco, larry, r.david.murray
Date 2014-02-06.15:04:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391699042.33.0.97819230389.issue20531@psf.upfronthosting.co.za>
In-reply-to
Content
In bdist_wheel I've gone to some lengths to re-use the email module to parse and generate "RFC822 inspired" documents. The output is not a valid e-mail but it is useful.

It is awkward to use the email module this way.

We will sidestep the issue hopefully this year by switching to json.
History
Date User Action Args
2014-02-06 15:04:02dholthsetrecipients: + dholth, barry, jaraco, larry, r.david.murray
2014-02-06 15:04:02dholthsetmessageid: <1391699042.33.0.97819230389.issue20531@psf.upfronthosting.co.za>
2014-02-06 15:04:02dholthlinkissue20531 messages
2014-02-06 15:04:02dholthcreate