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 9634c76 commit 910f4a7Copy full SHA for 910f4a7
Misc/NEWS.d/next/Library/2024-12-15-14-08-40.gh-issue-127209.17oPD0.rst
@@ -1,4 +1,4 @@
1
-:method:`socketserver.BaseServer.get_request` now raises ``NotImplementedError``.
+:meth:`socketserver.BaseServer.get_request` now raises ``NotImplementedError``.
2
It was previously absent and attempting to use it would generate an
3
``AttributeError``. :class:`socketserver.BaseServer` no longer assumes that
4
all subclasses will add a ``socket`` attribute. Updated documentation to
0 commit comments