diff --git a/doc/go1.13.html b/doc/go1.13.html index 5caae1315d..7bcc8af32c 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -252,7 +252,8 @@ TODO
os

- TODO: https://golang.org/cl/166578: reject WriteAt if file opened in append mode + If a File is opened using the O_APPEND flag, its + WriteAt method will always return an error.

@@ -260,7 +261,9 @@ TODO
os/exec

- TODO: https://golang.org/cl/174318: always set SYSTEMROOT on Windows if not listed in Cmd.Env + On Windows, the environment for a Cmd always inherits the + %SYSTEMROOT% value of the parent process unless the + Cmd.Env field includes an explicit value for it.