Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-33524: Fix the folding of email header when max_line_length is 0 or None #13391

Merged
merged 3 commits into from May 17, 2019

Conversation

maxking
Copy link
Contributor

@maxking maxking commented May 17, 2019

Updated version of #6966 with requested NEWS entry since that PR looks abandoned.

Original Patch by @Licht-T

https://bugs.python.org/issue33524

@@ -0,0 +1,2 @@
Fix the folding of email header when the max_line_length is 0 or None.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be clear about what we are fixing this probably ought to say "...is 0 or None and the header contains non-ascii characters".

@bedevere-bot
Copy link

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. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@maxking
Copy link
Contributor Author

maxking commented May 17, 2019

I have made the requested changes; please review again

@bedevere-bot
Copy link

Thanks for making the requested changes!

@bitdancer: please review the changes made to this pull request.

@bitdancer bitdancer merged commit feac6cd into python:master May 17, 2019
@bedevere-bot
Copy link

@bitdancer: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington
Copy link
Contributor

Thanks @maxking for the PR, and @bitdancer for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 17, 2019
…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>
@bedevere-bot
Copy link

GH-13393 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request May 17, 2019
…or None (GH-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>
stefano-garzarella added a commit to stefano-garzarella/git-publish that referenced this pull request Sep 21, 2020
With default python (3.6) we had this issue:
python/cpython#13391

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
stefanha pushed a commit to stefanha/git-publish that referenced this pull request Sep 21, 2020
With default python (3.6) we had this issue:
python/cpython#13391

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants