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 r.david.murray, sdaoden, torsten.becker
Date 2011-04-13.19:14:51
SpamBayes Score 2.6699832e-05
Marked as misclassified No
Message-id <1302722093.81.0.651536462549.issue11783@psf.upfronthosting.co.za>
In-reply-to
Content
OK, so when I went to apply this, I figured out that the patch isn't quite right.  I've redone the doc updates, and am attaching a version of the patch containing them.

The issue is that the place that the IDNA decode support needs to be added isn't in parseaddr, it's in _parseaddr.py's AddresslistClass.  Tests are then needed to make sure that the IDNA decoding gets done both when parseaddr and getaddresslist are used.

Do you want to tackle this, Torsten?
History
Date User Action Args
2011-04-13 19:14:53r.david.murraysetrecipients: + r.david.murray, sdaoden, torsten.becker
2011-04-13 19:14:53r.david.murraysetmessageid: <1302722093.81.0.651536462549.issue11783@psf.upfronthosting.co.za>
2011-04-13 19:14:52r.david.murraylinkissue11783 messages
2011-04-13 19:14:52r.david.murraycreate