From 0521a12401887a0e84c1c913d1af50c647efaf8b Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Wed, 9 Nov 2022 11:10:59 -0500 Subject: [PATCH] doc/go1.20: add a release note for os/exec API changes Updates #50436. Change-Id: Ib6771221bda1c81d5593b29d7287ebcf169882ff Reviewed-on: https://go-review.googlesource.com/c/go/+/449076 TryBot-Result: Gopher Robot Reviewed-by: Ian Lance Taylor Auto-Submit: Bryan Mills Run-TryBot: Bryan Mills --- doc/go1.20.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/go1.20.html b/doc/go1.20.html index 4b726b5a77..a9e9983eee 100644 --- a/doc/go1.20.html +++ b/doc/go1.20.html @@ -270,6 +270,17 @@ Do not send CLs removing the interior tags from such phrases. +
os/exec
+
+

+ The new Cmd fields Cancel and WaitDelay + specify the behavior of the Cmd when its associated + Context is canceled or its process exits with I/O pipes still + held open by a child process. +

+
+
+
strconv