bpo-33524: Fix the folding of email header when max_line_length is 0 or None#13391
bpo-33524: Fix the folding of email header when max_line_length is 0 or None#13391bitdancer merged 3 commits intopython:masterfrom
Conversation
There was a problem hiding this comment.
To be clear about what we are fixing this probably ought to say "...is 0 or None and the header contains non-ascii characters".
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
I have made the requested changes; please review again |
|
Thanks for making the requested changes! @bitdancer: please review the changes made to this pull request. |
|
@bitdancer: Please replace |
|
Thanks @maxking for the PR, and @bitdancer for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
…or None (pythonGH-13391) and there are non-ascii characters in the header. (cherry picked from commit feac6cd) Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
|
GH-13393 is a backport of this pull request to the 3.7 branch. |
With default python (3.6) we had this issue: python/cpython#13391 Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
With default python (3.6) we had this issue: python/cpython#13391 Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Updated version of #6966 with requested NEWS entry since that PR looks abandoned.
Original Patch by @Licht-T
https://bugs.python.org/issue33524