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