FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.12] gh-100884: email/_header_value_parser: don't encode list separators (GH-100885) by miss-islington · Pull Request #115592 · python/cpython · GitHub

/ cpython Public

[3.12] gh-100884: email/_header_value_parser: don't encode list separators (GH-100885) - #115592

Merged
serhiy-storchaka merged 1 commit into
python:3.12from
miss-islington:backport-09fab93-3.12
Feb 17, 2024
Merged

[3.12] gh-100884: email/_header_value_parser: don't encode list separators (GH-100885)#115592
serhiy-storchaka merged 1 commit into
python:3.12from
miss-islington:backport-09fab93-3.12

Conversation

miss-islington commented Feb 17, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

ListSeparator should not be encoded. This could happen when a long line
pushes its separator to the next line, which would have been encoded.
(cherry picked from commit 09fab93)

Co-authored-by: Thomas Weißschuh thomas@t-8ch.de

…tors (pythonGH-100885)

ListSeparator should not be encoded. This could happen when a long line
pushes its separator to the next line, which would have been encoded.
(cherry picked from commit 09fab93)

Co-authored-by: Thomas Weißschuh <thomas@t-8ch.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

3 participants


Back | FazBrowse Home | New Git URL