From: Bryan C. Mills Date: Wed, 9 Nov 2022 16:10:59 +0000 (-0500) Subject: doc/go1.20: add a release note for os/exec API changes X-Git-Tag: go1.20rc1~351 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0521a12401887a0e84c1c913d1af50c647efaf8b;p=gostls13.git 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 --- 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