get a line of text from a socket...

KraftDiner bobrien18 at yahoo.com
Fri Aug 25 12:37:09 EDT 2006


If you don't know how long your input data is going to be how can you
at least treat it a text line at a time... like looking for new line in
the data... Right now recv blocks.   Yes I could do a select, but the
examples seem a bit complicated for a simple line oriented input...




More information about the Python-list mailing list