Patches item #1243654, was opened at 2005-07-23 17:04 Message generated for change (Settings changed) made by jafo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1243654&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Performance Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: L. Peter Deutsch (lpd) Assigned to: Barry A. Warsaw (bwarsaw) Summary: Faster output if message already has a boundary Initial Comment: 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. ---------------------------------------------------------------------- Comment By: L. Peter Deutsch (lpd) Date: 2005-07-23 22:08 Message: Logged In: YES user_id=8861 Sorry, forgot to enter this with the original submission: Python 2.4.1, Red Hat Linux 7.3. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1243654&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
