]> Cypherpunks repositories - gostls13.git/commit
codereview: use subprocess.call() instead of os.spawnvp() for portability
authorShivakumar GN <shivakumar.gn@gmail.com>
Wed, 26 Sep 2012 17:50:59 +0000 (01:50 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Wed, 26 Sep 2012 17:50:59 +0000 (01:50 +0800)
commitb7331f9b3a1a5ece290c1a19cd68c58642fe26fb
tree94371db2b2695c3132ff65bc523fb0818a7a7105
parent60a6ae8c3c278c3e0fcb832f2e5c085825d867cc
codereview: use subprocess.call() instead of os.spawnvp() for portability

Fixes #4121.

R=golang-dev, minux.ma, dave, r
CC=golang-dev
https://golang.org/cl/6555049
lib/codereview/codereview.py