On Thu, Aug 26, 2010 at 10:04 PM, Federico G. Benavento <[email protected]> wrote:
> what about dd -bs 1 -if /dev/eai0 ?
This (while ridiculously slow) works correctly.
> as for new lines there's also a "rU" mode...
both
f = open("/dev/eia1","rU")
and
f = open("/dev/eia1","rU",0)
exhibit the same undesirable behavior. As does when issuing f.flush()
before or after the f.read() in this loop.
ian
