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 lpd
Recipients
Date 2005-07-23.17:04:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
A simple change speeds up Message.as_string by more
than a factor of 2 if the message already has a defined
boundary, by avoiding a time-consuming RE compilation
and search.
History
Date User Action Args
2007-08-23 15:43:34adminlinkissue1243654 messages
2007-08-23 15:43:34admincreate