diff options
author | Idan Kapustian <71190257+idankap@users.noreply.github.com> | 2024-06-16 12:15:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-16 12:15:03 (GMT) |
commit | 192d17c3fd9945104bc0303cf248bb0d074d260e (patch) | |
tree | 2a9fd31fa0531c5c9b3ac2237c9ec79f98f0bce0 /Misc/NEWS.d | |
parent | 0c0348adbfca991f78b3aaa6790e5c26606a1c0f (diff) | |
download | cpython-192d17c3fd9945104bc0303cf248bb0d074d260e.zip cpython-192d17c3fd9945104bc0303cf248bb0d074d260e.tar.gz cpython-192d17c3fd9945104bc0303cf248bb0d074d260e.tar.bz2 |
gh-120485: Add an override of `allow_reuse_port` on classes subclassing `socketserver.TCPServer` (GH-120488)
Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2024-06-14-07-52-00.gh-issue-120485.yy4K4b.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-06-14-07-52-00.gh-issue-120485.yy4K4b.rst b/Misc/NEWS.d/next/Core and Builtins/2024-06-14-07-52-00.gh-issue-120485.yy4K4b.rst new file mode 100644 index 0000000..f41c233 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2024-06-14-07-52-00.gh-issue-120485.yy4K4b.rst @@ -0,0 +1 @@ +Add an override of ``allow_reuse_port`` on classes subclassing ``socketserver.TCPServer`` where ``allow_reuse_address`` is also overridden. |