ssl.OP_NO_SSLv3 Prevents an SSLv3 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23
SSLContext.protocol The protocol version chosen when constructing the context. This attribute is read-only.
socket.inet_aton(ip_string) Convert an IPv4 address from dotted-quad string format (for example, ‘123.45.67.89’) to 32-bit packed
New in version 3.4. Source code:
class asyncore.file_dispatcher A file_dispatcher takes a file descriptor or file object
SSLSocket.server_hostname Hostname of the server:
SSLSocket.server_side A boolean which is True for server-side sockets and False for client-side sockets
class mmap.mmap(fileno, length, tagname=None, access=ACCESS_DEFAULT[, offset]) (Windows version) Maps length
close() Closes the mmap. Subsequent calls to other methods of the object will result in a ValueError exception being raised
async_chat.push(data) Pushes data on to the channel’s fifo to ensure its transmission. This is all you need to do to have the
Page 2 of 22