New submission from R. David Murray <rdmur...@bitdance.com>: 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. ---------- assignee: r.david.murray components: Library (Lib) keywords: easy messages: 133133 nosy: r.david.murray, torsten.becker priority: normal severity: normal stage: needs patch status: open title: email parseaddr and formataddr should be IDNA aware type: feature request versions: Python 3.3 _______________________________________ 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