R. David Murray added the comment:

This is actually two separate bugs, both a bit embarrassing.  The first one 
(that I just fixed) is that when parsing an encoded word I was only checking 
for decimal digits after an '=' (instead of the correct hex digits) when trying 
to do robust detection of encoded word limits.  

The second (the address one) is due to the fact that somewhere between stopping 
my full time work on the email project and actually committing the code, I lost 
track of the fact that I never implemented encoded word parsing for anything 
other than unstructured headers.  The infrastructure is there, I just need to 
write tests and hook it up.  

I'm going to open a separate issue for that.

----------
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed
versions: +Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18044>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to