From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 3 Sep 2025 18:48:24 +0000 (+0200) Subject: [3.14] gh-72249: Correct wording of GH-101910 blurb (GH-138468) (#138470) X-Git-Tag: v3.14.0rc3~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45a79b4f4b765aecc7e2663371d92d54b61bccb9;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-72249: Correct wording of GH-101910 blurb (GH-138468) (#138470) Co-authored-by: Zachary Ware --- diff --git a/Misc/NEWS.d/3.13.0a5.rst b/Misc/NEWS.d/3.13.0a5.rst index d56b1542b018..19ba16bc8c83 100644 --- a/Misc/NEWS.d/3.13.0a5.rst +++ b/Misc/NEWS.d/3.13.0a5.rst @@ -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. ..