mirror of
https://github.com/python/cpython.git
synced 2025-09-02 23:18:25 +00:00
Docs: Standardise versionchanged text in weakref.rst (#122898)
This commit is contained in:
parent
1069190bad
commit
db8b83c2b0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue