From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 11 Aug 2024 20:46:05 +0000 (+0200) Subject: [3.12] Docs: Standardise versionchanged text in weakref.rst (GH-122898) (#122912) X-Git-Tag: v3.12.6~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18d48052c2439236deff31a22ed5fa6a5c8d2a94;p=thirdparty%2FPython%2Fcpython.git [3.12] Docs: Standardise versionchanged text in weakref.rst (GH-122898) (#122912) Docs: Standardise versionchanged text in weakref.rst (GH-122898) (cherry picked from commit db8b83c2b0247f1d9b15152bbfcfe4afc7e588ed) Co-authored-by: Rafael Fontenelle --- diff --git a/Doc/library/weakref.rst b/Doc/library/weakref.rst index d6e062df945c..2a25ed045c68 100644 --- a/Doc/library/weakref.rst +++ b/Doc/library/weakref.rst @@ -197,7 +197,7 @@ See :ref:`__slots__ documentation ` for details. >>> del k1 # d = {k2: 2} .. versionchanged:: 3.9 - Added support for ``|`` and ``|=`` operators, specified in :pep:`584`. + Added support for ``|`` and ``|=`` operators, as specified in :pep:`584`. :class:`WeakKeyDictionary` objects have an additional method that exposes the internal references directly. The references are not guaranteed to