Changes between Version 1 and Version 2 of Ticket #10508, comment 415
- Timestamp:
- 04/04/13 08:40:55 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10508, comment 415
v1 v2 2 2 {{{ 3 3 rc = os.system(command) 4 status = (rc >> 8) & 0x ff # see http://docs.python.org/library/os.html#os.wait4 status = (rc >> 8) & 0x7f # see http://docs.python.org/library/os.html#os.wait 5 5 }}} 6 6 to