Show More
@@ -126,9 +126,7 b' def system(cmd):' | |||
|
126 | 126 | |
|
127 | 127 | Returns |
|
128 | 128 | ------- |
|
129 | None : we explicitly do NOT return the subprocess status code, as this | |
|
130 | utility is meant to be used extensively in IPython, where any return value | |
|
131 | would trigger :func:`sys.displayhook` calls. | |
|
129 | int : child process' exit code. | |
|
132 | 130 | """ |
|
133 | 131 | # The controller provides interactivity with both |
|
134 | 132 | # stdin and stdout |
General Comments 0
You need to be logged in to leave comments.
Login now