diff options
author | Ross <rrhodes@users.noreply.github.com> | 2021-01-02 03:44:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-02 03:44:04 (GMT) |
commit | 69120613c071e9327a9dc6e4b1ff21b2e94d885e (patch) | |
tree | f36f2a002f86094282face97e076a1ffed3b3f8a /Misc/NEWS.d | |
parent | 0d6e40744ae40ff397883ff90ca235efd3b63f18 (diff) | |
download | cpython-69120613c071e9327a9dc6e4b1ff21b2e94d885e.zip cpython-69120613c071e9327a9dc6e4b1ff21b2e94d885e.tar.gz cpython-69120613c071e9327a9dc6e4b1ff21b2e94d885e.tar.bz2 |
[3.9] bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided (GH-23969) (GH-24050)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-12-27-21-22-01.bpo-42756.dHMPJ9.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-12-27-21-22-01.bpo-42756.dHMPJ9.rst b/Misc/NEWS.d/next/Library/2020-12-27-21-22-01.bpo-42756.dHMPJ9.rst new file mode 100644 index 0000000..93a0bb0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-12-27-21-22-01.bpo-42756.dHMPJ9.rst @@ -0,0 +1,2 @@ +Configure LMTP Unix-domain socket to use socket global default timeout when +a timeout is not explicitly provided. |