[issue24211] Add RFC 6532 support to the email library

2015-05-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4a254750ad20 by R David Murray in branch 'default': #24211: Add missing docs for SMTPUTF8 policy instance. https://hg.python.org/cpython/rev/4a254750ad20 -- ___ Python tracker

[issue24211] Add RFC 6532 support to the email library

2015-05-17 Thread R. David Murray
R. David Murray added the comment: Thanks, Maciej. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue24211] Add RFC 6532 support to the email library

2015-05-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9f0d5e33230f by R David Murray in branch 'default': #24211: Add RFC6532 support to the email library. https://hg.python.org/cpython/rev/9f0d5e33230f -- nosy: +python-dev ___ Python tracker

[issue24211] Add RFC 6532 support to the email library

2015-05-17 Thread Maciej Szulik
Maciej Szulik added the comment: David one small nit in docs, but otherwise the patch looks good, applies cleanly and works as expected. -- ___ Python tracker ___ __

[issue24211] Add RFC 6532 support to the email library

2015-05-17 Thread Maciej Szulik
Changes by Maciej Szulik : -- nosy: +maciej.szulik ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue24211] Add RFC 6532 support to the email library

2015-05-16 Thread R. David Murray
Changes by R. David Murray : Removed file: http://bugs.python.org/file39396/email_smtputf8.patch ___ Python tracker ___ ___ Python-bugs-list m

[issue24211] Add RFC 6532 support to the email library

2015-05-16 Thread R. David Murray
Changes by R. David Murray : Added file: http://bugs.python.org/file39397/email_smtputf8.patch ___ Python tracker ___ ___ Python-bugs-list mai

[issue24211] Add RFC 6532 support to the email library

2015-05-16 Thread R. David Murray
New submission from R. David Murray: I could have sworn there was an issue for this already, but I couldn't find it. Attached patch adds a utf8 policy knob and an SMTPUTF8 policy instance, and modifies BytesGenerator and the _header_value_parser to use that policy setting to generate utf8 head