https://github.com/python/cpython/commit/ee9818bdbb01a8dd310b30d358995dfcd5dd0ce5 commit: ee9818bdbb01a8dd310b30d358995dfcd5dd0ce5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 2024-08-11T20:57:19Z summary:
[3.13] Docs: Standardise versionchanged text in weakref.rst (GH-122898) (#122911) Docs: Standardise versionchanged text in weakref.rst (GH-122898) (cherry picked from commit db8b83c2b0247f1d9b15152bbfcfe4afc7e588ed) Co-authored-by: Rafael Fontenelle <[email protected]> files: M Doc/library/weakref.rst diff --git a/Doc/library/weakref.rst b/Doc/library/weakref.rst index d6e062df945c64..2a25ed045c68bd 100644 --- a/Doc/library/weakref.rst +++ b/Doc/library/weakref.rst @@ -197,7 +197,7 @@ See :ref:`__slots__ documentation <slots>` 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
