|It's the returned exitcode. I guess you could use:
|
| None = os.system('...')
Ah, that would redefine 'None', not what you want ... :-)
I thought it would just throw away the value that way (Guido, wouldn't
it be handy if there were a way to just discard a value?)
-Jaap-