[issue1243654] Faster output if message already has a boundary

R. David Murray report at bugs.python.org
Mon Dec 20 22:36:10 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Turns out there's a bug in my version of the patch, and no test in the email test suite traversed that code path.

Attached patch fixes this; I'll commit and backport after trunk unfreezes.  Note that the backport contains a second bug (calls self._make_boundary when it should be just _make_boundary)

----------
status: closed -> open
Added file: http://bugs.python.org/file20122/boundar_fix_fix.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1243654>
_______________________________________


More information about the Python-bugs-list mailing list