From: Weilin Du <108666168+LamentXU123@users.noreply.github.com> Date: Tue, 8 Jul 2025 06:25:13 +0000 (+0800) Subject: gh-101100: Fix sphinx warnings in `whatsnew/3.11.rst` (#136402) X-Git-Tag: v3.15.0a1~1059 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b78c85fb4cde94bb2637f683025ff71af76d48a;p=thirdparty%2FPython%2Fcpython.git gh-101100: Fix sphinx warnings in `whatsnew/3.11.rst` (#136402) --- diff --git a/Doc/tools/.nitignore b/Doc/tools/.nitignore index eb760e0fac5e..e29775b075a8 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -73,4 +73,3 @@ Doc/whatsnew/3.6.rst Doc/whatsnew/3.7.rst Doc/whatsnew/3.8.rst Doc/whatsnew/3.10.rst -Doc/whatsnew/3.11.rst diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 2dd205dd2b88..abf9677fd9ca 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -1292,7 +1292,7 @@ This section covers specific optimizations independent of the (Contributed by Stefan Behnel in :gh:`68264`.) * Resizing lists is streamlined for the common case, - speeding up :meth:`list.append` by ≈15% + speeding up :meth:`!list.append` by ≈15% and simple :term:`list comprehension`\s by up to 20-30% (Contributed by Dennis Sweeney in :gh:`91165`.)