Skip to content

[3.13] gh-130631: Make join_header_words() more similar to the original Perl version (GH-130632)#132303

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
serhiy-storchaka:backport-7ebbd27-3.13
Apr 9, 2025
Merged

[3.13] gh-130631: Make join_header_words() more similar to the original Perl version (GH-130632)#132303
serhiy-storchaka merged 1 commit into
python:3.13from
serhiy-storchaka:backport-7ebbd27-3.13

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Apr 9, 2025

Copy link
Copy Markdown
Member
  • Always quote strings with non-ASCII characters.
  • Allow some non-separator and non-control characters (like "." or "-") be unquoted.
  • Always quote strings that end with "\n".
  • Use the fullmatch() method for clarity and optimization.

(cherry picked from commit 7ebbd27)

…original Perl version (pythonGH-130632)

* Always quote strings with non-ASCII characters.
* Allow some non-separator and non-control characters (like "." or "-")
  be unquoted.
* Always quote strings that end with "\n".
* Use the fullmatch() method for clarity and optimization.
(cherry picked from commit 7ebbd27)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.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.

1 participant