]> granicus.if.org Git - python/commit
Michael Hudson fixes a case where execv() is called (for a test) with
authorGuido van Rossum <guido@python.org>
Wed, 26 Apr 2000 20:32:08 +0000 (20:32 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 26 Apr 2000 20:32:08 +0000 (20:32 +0000)
commit868b50af1710442a8f92b266ff507259bc09e7de
tree5aa32196a3a5e7fd8d44a517b92bc217ad48eeb6
parentac308d0a6fb0d68bbb4949cadc54e221d27da958
Michael Hudson fixes a case where execv() is called (for a test) with
an empty argument list -- another patch he's checking in will make
this illegal (the first argument should always be the program name).
Lib/os.py