We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86ddb4 commit 9f641e9Copy full SHA for 9f641e9
1 file changed
Misc/NEWS.d/next/Library/2026-04-21-22-19-35.gh-issue-148242.unTO3m.rst
@@ -1,4 +1,4 @@
1
-The built-in ``defaultdict.__missing__`` method no longer exists. A custom
2
-:meth:`~object.__missing__` method should no longer insert the generated value
3
-into the dictionary, as this is done by the new :meth:`defaultdict.__getitem__`
4
-method. defaultdict is now safe to use with :term:`free threading`.
+The built-in ``defaultdict.__missing__`` method no longer exists. A custom :meth:`~object.__missing__`
+method should no longer insert the generated value into the dictionary, as this is done by the new
+:meth:`~collections.defaultdict.__getitem__` method. defaultdict is now safe to use with
+:term:`free threading`.
0 commit comments