Skip to content
Merged
Prev Previous commit
Next Next commit
Fix broken application of news fragment suggestion
  • Loading branch information
robsdedude committed Feb 13, 2026
commit a1cfe3cfb2dd4c0dfcd9c9e608e22da4c0b3a9bc
Comment thread
robsdedude marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Fix folding of email headers violating `RFC 2047`_ with two consecutive encoded words without separating linear-white-space.

Fix the folding of headers by the :mod:`email` library when :rfc:`2047` encoded words are used. Now whitespace is correctly preserved and also correctly added between adjacent encoded words. The latter property was broken by the fix for gh-92081, which mostly fixed previous failures to preserve whitespace.