Files
cpython/Doc/lib
Johannes Gijsbers 9fc9789a0d Document that on Unix, the 'cmd' argument to the os.popen2/3/4 and
popen2.popen2/3/4 functions can be a sequence. All texts are a variation on the
following:

On \UNIX, \var{cmd} may be a sequence, in which case arguments will be passed
directly to the program without shell intervention (as with
\function{os.spawnv()}). If \var{cmd} is a string it will be passed to the shell
(as with \function{os.system()}).
2004-10-11 18:12:20 +00:00
..
2004-03-25 16:14:17 +00:00
2004-10-03 09:41:26 +00:00
2004-08-31 13:22:43 +00:00
2004-08-31 13:21:07 +00:00
2004-07-10 11:15:56 +00:00
2004-09-10 01:16:49 +00:00
2004-06-17 13:29:11 +00:00
2003-12-30 20:36:20 +00:00
2004-09-06 07:04:09 +00:00
2004-05-11 05:29:34 +00:00
2004-06-06 16:51:46 +00:00
2003-12-18 20:58:34 +00:00
2003-12-17 20:50:46 +00:00
2004-03-26 17:11:10 +00:00
2004-01-11 23:00:16 +00:00
2004-03-23 21:40:07 +00:00
2004-05-22 16:38:11 +00:00
2004-08-31 13:49:36 +00:00
2003-12-31 05:18:46 +00:00
2004-08-07 19:10:36 +00:00
2004-08-31 13:05:59 +00:00
2004-07-17 13:35:43 +00:00
2004-09-28 18:30:03 +00:00
2004-07-13 14:03:31 +00:00
2003-12-30 23:01:19 +00:00
2004-09-05 19:42:15 +00:00
2004-10-03 03:58:01 +00:00