![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Why does bufsize=1 not work in subprocess.Popen ?
From: Marc 'BlackJack' Rintsch <bj_666@gmx.net>
Date: Sun Apr 30 2006 - 00:13:28 CEST
In <V6R4g.89900$P01.79112@pd7tw3no>, I. Myself wrote:
> I read in the docs that "bufsize=1" causes line buffering. (for
>From the Python side you can only control Python's input buffer but not
Ciao,
|