[Python-Dev] Lib/email/header.py ecre regular expression

Aahz aahz at pythoncraft.com
Fri Jan 16 00:11:27 CET 2009


On Fri, Jan 16, 2009, Jan Malakhovski wrote:
>
> I have dedicated mail server at home and it holds about 1G of mail.
> Most of mail is in non UTF-8 codepage, so today I wrote little
> script that should recode all letters to UTF. But I found that
> email.header.decode_header parses some headers wrong.

Please post this to http://bugs.python.org/ -- regardless of whether
this is a real bug, using the tracker ensures that we won't lose it.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it."  --Brian W. Kernighan


More information about the Python-Dev mailing list