R. David Murray <[email protected]> added the comment: Ah, so there are actually two timeouts of interest. One is "time out if there is no more data for X seconds", and the other is "time out if there is no match for X seconds". It used to do the former, now it does the latter.
I think you get the former by calling socket.settimeout() and then using a blocking call for the expect. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14556> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
