return values of os.system() on win32
Jorge Godoy
godoy at ieee.org
Fri Jan 13 11:42:23 EST 2006
rbt <rbt at athop1.ath.vt.edu> writes:
> Is it safe to say that any value returned by os.system() other than 0 is an
> error?
I believe not. That depends on the return/error code of the specific program
you ran.
--
Jorge Godoy <godoy at ieee.org>
"Quidquid latine dictum sit, altum sonatur."
- Qualquer coisa dita em latim soa profundo.
- Anything said in Latin sounds smart.
More information about the Python-list
mailing list