[issue34424] Unicode names break email header

2019-05-14 Thread R. David Murray
R. David Murray added the comment: Thank you. I don't believe this is a security issue. -- ___ Python tracker ___ ___ Python-bugs-

[issue34424] Unicode names break email header

2019-05-13 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker ___

[issue34424] Unicode names break email header

2019-05-13 Thread miss-islington
miss-islington added the comment: New changeset c0abd0c8e9b62bc008fc74cfbfbbab36ef7d7617 by Miss Islington (bot) in branch '3.7': bpo-34424: Handle different policy.linesep lengths correctly. (GH-8803) https://github.com/python/cpython/commit/c0abd0c8e9b62bc008fc74cfbfbbab36ef7d7617 ---

[issue34424] Unicode names break email header

2019-05-13 Thread Cheryl Sabella
Cheryl Sabella added the comment: David, Thank you for the review and merging into master! I'd be glad to backport this. I believe the only backport would be to 3.7 (master is currently 3.8), but please let me know if it would need to go into a security branch. -- ___

[issue34424] Unicode names break email header

2019-05-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +13213 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue34424] Unicode names break email header

2019-05-13 Thread R. David Murray
R. David Murray added the comment: Approved and merged. Cheryl, can you shepherd this through the backport process, please? I'm contributing infrequently enough that I'm not even sure which version we are on :) -- ___ Python tracker

[issue34424] Unicode names break email header

2019-05-13 Thread R. David Murray
R. David Murray added the comment: New changeset 45b2f8893c1b7ab3b3981a966f82e42beea82106 by R. David Murray (Jens Troeger) in branch 'master': bpo-34424: Handle different policy.linesep lengths correctly. (#8803) https://github.com/python/cpython/commit/45b2f8893c1b7ab3b3981a966f82e42beea821

[issue34424] Unicode names break email header

2019-05-13 Thread Jens Troeger
Jens Troeger added the comment: Cheryl, if you can find somebody to approve and merge this fix, that would be greatly appreciated! Anything I can do, please let me know. -- ___ Python tracker _

[issue34424] Unicode names break email header

2019-05-13 Thread Cheryl Sabella
Cheryl Sabella added the comment: This looks like it was just pending final approval after changes. Please let me know if I can help move it along. Thanks! -- nosy: +cheryl.sabella versions: +Python 3.8 -Python 3.7 ___ Python tracker

[issue34424] Unicode names break email header

2019-02-09 Thread Celelibi
Change by Celelibi : -- nosy: +Celelibi ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue34424] Unicode names break email header

2019-01-20 Thread Jens Troeger
Jens Troeger added the comment: Can somebody please review and merge https://github.com/python/cpython/pull/8803 ? I am still waiting for this fix the become mainstream. -- ___ Python tracker _

[issue34424] Unicode names break email header

2018-10-25 Thread Michael Thies
Michael Thies added the comment: Thanks for pointing me to this issue. :) > Michael, if you could check if Jens patch fixes your problem I would > appreciate it. Jens PR does exactly, what I proposed in #35057, so it fixes my problem, indeed. --

[issue34424] Unicode names break email header

2018-10-24 Thread R. David Murray
R. David Murray added the comment: Michael, if you could check if Jens patch fixes your problem I would appreciate it. -- nosy: +michael.thies ___ Python tracker ___

[issue34424] Unicode names break email header

2018-10-24 Thread R. David Murray
R. David Murray added the comment: I've requested some small changes on the PR. If Jens doesn't respond in another week or so someone else could pick it up. -- ___ Python tracker __

[issue34424] Unicode names break email header

2018-08-17 Thread Jens Troeger
Jens Troeger added the comment: Pull request https://github.com/python/cpython/pull/8803/ -- ___ Python tracker ___ ___ Python-bugs

[issue34424] Unicode names break email header

2018-08-17 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +8279 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue34424] Unicode names break email header

2018-08-17 Thread Jens Troeger
New submission from Jens Troeger : See also this comment and ensuing conversation: https://bugs.python.org/issue24218?#msg322761 Consider an email message with the following: message = EmailMessage() message["From"] = Address(addr_spec="b...@foo.com", display_name="Jens Troeger") message["To"]