[issue35016] \r to match add into address header with not-ascii character

2018-10-18 Thread R. David Murray
R. David Murray added the comment: Thanks for the report and patch, but this is a duplicate of #34424. Your report prompted me to finally review the PR in that issue, though, so thanks twice :) -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed

[issue35016] \r to match add into address header with not-ascii character

2018-10-18 Thread Ivan Krivosheev
Change by Ivan Krivosheev : -- keywords: +patch pull_requests: +9297 stage: -> patch review ___ Python tracker ___ ___

[issue35016] \r to match add into address header with not-ascii character

2018-10-18 Thread Ivan Krivosheev
Change by Ivan Krivosheev : -- versions: +Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35016] \r to match add into address header with not-ascii character

2018-10-18 Thread Ivan Krivosheev
New submission from Ivan Krivosheev : When convert email.message.Message to bytes, into header with non-ascii character in address add to match *\r* symbol. Simple script for reproduce problem: >>> from email.message import Message >>> from email.policy import SMTP >>> msg =