R. David Murray <rdmur...@bitdance.com> added the comment:

I'm finally getting back around to this.  Torsten, could you submit a 
contributor agreement, please?  (http://www.python.org/psf/contrib/)

And to answer the question you had about the 'still failing' test, parseaddr 
isn't currently doing the encoded-word decode.  Either it should do that too, 
or it shouldn't do the IDNA decode.  I think it should do the decode, because 
parseaddr and formataddr are supposed to be inverses.  And decoding when 
decoding didn't used to be done seems like a backward compatible change: a 
program doing its own decoding just won't find anything that needs decoding.

----------

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

Reply via email to