diff options
author | AN Long <aisk@users.noreply.github.com> | 2021-12-13 12:14:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 12:14:17 (GMT) |
commit | b56774bd93822e1598bb5d6c1d0b1fe8c45a750d (patch) | |
tree | 94eb13378132efa677c4f553775197783e51e2d9 /Misc | |
parent | 481f3ffdbe40bd19677a1ba0ac2e7cece8949b47 (diff) | |
download | cpython-b56774bd93822e1598bb5d6c1d0b1fe8c45a750d.zip cpython-b56774bd93822e1598bb5d6c1d0b1fe8c45a750d.tar.gz cpython-b56774bd93822e1598bb5d6c1d0b1fe8c45a750d.tar.bz2 |
bpo-16594: Add allow_reuse_port on socketserver (GH-30072)
* bpo-16594: Add allow_reuse_port on socketserver
* 📜🤖 Added by blurb_it.
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-12-12-13-41-47.bpo-16594.yfC7L4.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-12-12-13-41-47.bpo-16594.yfC7L4.rst b/Misc/NEWS.d/next/Library/2021-12-12-13-41-47.bpo-16594.yfC7L4.rst new file mode 100644 index 0000000..a977a6b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-12-12-13-41-47.bpo-16594.yfC7L4.rst @@ -0,0 +1 @@ +Add allow allow_reuse_port flag in socketserver.
\ No newline at end of file |