SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 120 Python

I decided to change the interaction between setblocking() and

settimeout().   Already, settimeout() canceled non-blocking mode; now,
setblocking() also cancels the timeout.  This is easier to document.

(XXX should settimeout(0) be an alias for setblocking(0)?  They seem
to have roughly the same effect.  Also, I'm not sure that the code in
connect() and accept() is correct in all cases.  We'll sort this out
soon enough.)
G
Guido van Rossum committed
e8008f0013f14933aead215891812dd138d798fd
Parent: 96803b2