Table of Contents
subprocess
socket
ssl
ssl.DefaultVerifyPaths
ssl.Purpose
ssl.SSLContext
ssl.SSLSocket
ssl.closing
ssl.socket
signal
popen2
asyncore
asynchat
SSLSocket.
settimeout
Set a timeout on socket operations. ‘timeout’ can be a float, giving in seconds, or None. Setting a timeout of None disables the timeout feature and is equivalent to setblocking(1). Setting a timeout of zero is the same as setblocking(0).