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, torsten.becker
Date 2011-04-06.14:12:00
SpamBayes Score 3.994848e-06
Marked as misclassified No
Message-id <1302099121.47.0.140525796896.issue11783@psf.upfronthosting.co.za>
In-reply-to
Content
The patch for issue 1690608 adds support for unicode in the realname field to formataddr.  To complete the currently-workable internationalization of address specs, both parseaddr and formataddr should be made IDNA aware.  It is probably a good idea to do some research on this to double check, but it seems as though recognizing IDNA during parsing and generating it during formatting when the domain contains non-ASCII characters should be both safe and useful.

See also issue 963906, which contains some test cases that could be adapted.
History
Date User Action Args
2011-04-06 14:12:01r.david.murraysetrecipients: + r.david.murray, torsten.becker
2011-04-06 14:12:01r.david.murraysetmessageid: <1302099121.47.0.140525796896.issue11783@psf.upfronthosting.co.za>
2011-04-06 14:12:00r.david.murraylinkissue11783 messages
2011-04-06 14:12:00r.david.murraycreate