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 gvanrossum
Recipients christian.heimes, gvanrossum
Date 2007-10-15.15:58:24
SpamBayes Score 0.021220326
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
Hm? This is a one-word patch to email/generator.py.

On 10/15/07, Christian Heimes <[email protected]> wrote:
>
> Christian Heimes added the comment:
>
> Here is an updated patch which applies cleanly and fixes some additional
> unit tests and removes one that doesn't make sense any more (re.compile
> doesn't accept bytes).
>
> The unit tests profile, cProfile and doctest fail w/ and w/o this patch.
> They seem to suffer from the latest changes of our previous patch and
> additional calls to utf_8_decode().
History
Date User Action Args
2007-10-15 15:58:25gvanrossumsetspambayes_score: 0.0212203 -> 0.021220326
recipients: + gvanrossum, christian.heimes
2007-10-15 15:58:24gvanrossumlinkissue1258 messages
2007-10-15 15:58:24gvanrossumcreate