diff options
| author | Misaki Shioi <31817032+shioimm@users.noreply.github.com> | 2025-07-17 22:49:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-17 22:49:33 +0900 |
| commit | b0a290282a3dc96c62c9a41640ee8a6726e48ed1 (patch) | |
| tree | f3246eb1eab45195797d5296036cdab62b8cd03c | |
| parent | bb8924240d329091eaa38f46791036ac13ccd3ed (diff) | |
Update NEWS for `open_timeout` of `TCPSocket.new` (#13930)
| -rw-r--r-- | NEWS.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ Note: We're only listing outstanding class updates. * Socket - * `Socket.tcp` accepts `open_timeout` as a keyword argument to specify + * `Socket.tcp` & `TCPSocket.new` accepts `open_timeout` as a keyword argument to specify the timeout for the initial connection. [[Feature #21347]] * Ractor |
