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 torsten.becker
Recipients r.david.murray, sdaoden, torsten.becker
Date 2011-04-09.20:58:38
SpamBayes Score 2.924798e-09
Marked as misclassified No
Message-id <1302382722.97.0.592159966121.issue11783@psf.upfronthosting.co.za>
In-reply-to
Content
> Have a nice weekend!

Thank you for the wishes, I hope yours is going well, too!

I added IDNA awareness to formataddr() and parseaddr(), updated the docs and wrote 2 tests for it.

I wasn't sure if the IDNA awareness should be optional via a argument or always automatically enabled, I favored the latter.

Also, is it safe to split at "@" and encode/decode the last component?  I am not familiar with all the weird variants a email address could be in strictly after the RFCs.
History
Date User Action Args
2011-04-09 20:58:43torsten.beckersetrecipients: + torsten.becker, r.david.murray, sdaoden
2011-04-09 20:58:42torsten.beckersetmessageid: <1302382722.97.0.592159966121.issue11783@psf.upfronthosting.co.za>
2011-04-09 20:58:39torsten.beckerlinkissue11783 messages
2011-04-09 20:58:39torsten.beckercreate