]> Cypherpunks repositories - gostls13.git/commit
codereview: fix windows
authorHector Chu <hectorchu@gmail.com>
Mon, 24 Jan 2011 19:16:24 +0000 (14:16 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 24 Jan 2011 19:16:24 +0000 (14:16 -0500)
commit59a6395279e8529b54d96bb84051d38206d63e50
tree256cf995e38b3d555a7d1c54e23ab91062dfcd47
parent17fc373af770bd886502ded95da0d68fcc7adebd
codereview: fix windows

Uploading go files on Windows aborts with gofmt: exceptions.ValueError:
close_fds is not supported on Windows platforms if you redirect stdin/stdout/stderr

R=rsc, mattn, Joe Poirier
CC=golang-dev
https://golang.org/cl/4025046
lib/codereview/codereview.py