We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc67165 commit bf58dfaCopy full SHA for bf58dfa
1 file changed
Misc/NEWS.d/next/Library/2025-03-30-19-55-10.gh-issue-131792.NNjzFA.rst
@@ -1,4 +1,5 @@
1
-Improved performance of :func:`textwrap.dedent` by ~2.4x,
+Improved performance of :func:`textwrap.dedent` by an average of ~2.4x,
2
+(with improvements of up to 4x for large inputs),
3
and fixed a bug where blank lines with whitespace characters other than space
4
or horizontal tab were not normalised to the newline.
-Patch by Adam Turner and Marius Juston.
5
+Patch by Adam Turner, Marius Juston, and Pieter Eendebak.
0 commit comments