]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). Added
authorFred Drake <fdrake@acm.org>
Mon, 11 Jun 2001 15:22:23 +0000 (15:22 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 11 Jun 2001 15:22:23 +0000 (15:22 +0000)
commit26cff90fa9437e3ebfa4b2cd605440dd8e2c34aa
tree06b1040dd8d8c807501b3f5962db8ac6aca33cdd
parentfea07844ac794563b38958b40d1856a76bb18030
Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4).  Added
a reference to these functions and popen() from the "Process Management"
section.

Based on a suggestion from comp.lang.python.
Doc/lib/libos.tex