]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-72249: Correct wording of GH-101910 blurb (GH-138471)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Sep 2025 18:27:23 +0000 (20:27 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Sep 2025 18:27:23 +0000 (18:27 +0000)
This incidentally corrects a reST issue reported by Daniel Nylander from the Swedish translation.

(cherry picked from commit 007bc5fc623c632b13bc0c818bbb31db3dce83a9)

Misc/NEWS.d/3.13.0a5.rst

index d56b1542b01823018c6e0128af98b01fb2dbb5bb..19ba16bc8c83d5d3cd2abe968c8593fefdbf4f81 100644 (file)
@@ -742,8 +742,8 @@ Add ``windows_31j`` to aliases for ``cp932`` codec
 .. nonce: fv35wU
 .. section: Library
 
-:func:`functools.partial`s of :func:`repr` has been improved to include the
-:term:`module` name. Patched by Furkan Onder and Anilyka Barry.
+Always include the :term:`module` name in the :func:`repr` of
+:func:`functools.partial` objects.  Patch by Furkan Onder and Anilyka Barry.
 
 ..