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 r.david.murray
Recipients barry, r.david.murray, sdaoden, torsten.becker
Date 2012-05-28.20:51:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338238287.27.0.197939348023.issue11783@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-28 20:51:27r.david.murraysetrecipients: + r.david.murray, barry, sdaoden, torsten.becker
2012-05-28 20:51:27r.david.murraysetmessageid: <1338238287.27.0.197939348023.issue11783@psf.upfronthosting.co.za>
2012-05-28 20:51:26r.david.murraylinkissue11783 messages
2012-05-28 20:51:26r.david.murraycreate