https://github.com/python/cpython/commit/db8b83c2b0247f1d9b15152bbfcfe4afc7e588ed
commit: db8b83c2b0247f1d9b15152bbfcfe4afc7e588ed
branch: main
author: Rafael Fontenelle <[email protected]>
committer: AA-Turner <[email protected]>
date: 2024-08-11T21:40:11+01:00
summary:
Docs: Standardise versionchanged text in weakref.rst (#122898)
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]