]> Cypherpunks repositories - gostls13.git/commit
os/exec: add more caveats to StdoutPipe, StderrPipe
authorRuss Cox <rsc@golang.org>
Fri, 13 Sep 2013 19:43:54 +0000 (15:43 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 13 Sep 2013 19:43:54 +0000 (15:43 -0400)
commit22e8f82e8d4b62a4c96a82d4f731606a87db8d09
treeebda072ea2fe6c3272418e21f974601d7cea03b5
parent439f9397fc3ef260a74a64e0b0efb071a066b321
os/exec: add more caveats to StdoutPipe, StderrPipe

(StdinPipe was taken care of by CL 13329043.)

Fixes #6008.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/13606046
src/pkg/os/exec/exec.go