Skip to content

Commit 9634c76

Browse files
committed
move and reword NEWS entry
1 parent 6c07b1e commit 9634c76

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Misc/NEWS.d/next/Documentation/2024-12-15-14-08-40.gh-issue-127209.17oPD0.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:method:`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
5+
clarify the differences between :class:`socketserver.BaseServer` and
6+
:class:`socketserver.TCPServer`.

0 commit comments

Comments
 (0)