Diez B. Roggisch wrote: > Reading it? Using read? > > f = open("/dev/foo") > f.read(1) > > Diez
Wow, I didn't realize it was that simple. Thanks! -- http://mail.python.org/mailman/listinfo/python-list
Diez B. Roggisch wrote: > Reading it? Using read? > > f = open("/dev/foo") > f.read(1) > > Diez
Wow, I didn't realize it was that simple. Thanks! -- http://mail.python.org/mailman/listinfo/python-list