mirror of https://github.com/python/cpython.git
Docs: Standardise versionchanged text in weakref.rst (#122898)
This commit is contained in:
parent
1069190bad
commit
db8b83c2b0
|
@ -197,7 +197,7 @@ See :ref:`__slots__ documentation <slots>` for details.
|
||||||
>>> del k1 # d = {k2: 2}
|
>>> del k1 # d = {k2: 2}
|
||||||
|
|
||||||
.. versionchanged:: 3.9
|
.. 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
|
:class:`WeakKeyDictionary` objects have an additional method that
|
||||||
exposes the internal references directly. The references are not guaranteed to
|
exposes the internal references directly. The references are not guaranteed to
|
||||||
|
|
Loading…
Reference in New Issue