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 r.david.murray
Recipients karlcow, orsenthil, r.david.murray
Date 2013-03-04.15:58:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362412733.8.0.700870306937.issue17322@psf.upfronthosting.co.za>
In-reply-to
Content
Aren't the folding rules are the same?  The character set rules are different, I think, but the email package is going to be flexible in that regard.

The email package also uses a data structure that is not a python dictionary (it is actually a list with an extra dict-like interface), and its features may well be useful for handling http headers.

But you are right, we are wandering off topic :)
History
Date User Action Args
2013-03-04 15:58:53r.david.murraysetrecipients: + r.david.murray, orsenthil, karlcow
2013-03-04 15:58:53r.david.murraysetmessageid: <1362412733.8.0.700870306937.issue17322@psf.upfronthosting.co.za>
2013-03-04 15:58:53r.david.murraylinkissue17322 messages
2013-03-04 15:58:53r.david.murraycreate