Table of Contents | ssl — TLS/SSL wrapper for socket objects | selectors — High-level I/O multiplexing | Report a bug | Improve this page | index | modules | Python | 3.16.0a0 Documentation | The Python Standard Library | Networking and Interprocess Communication
Tin mới
ssl — TLS/SSL wrapper for socket objects
selectors — High-level I/O multiplexing
Networking and Interprocess Communication
This module does not work or is not available on WebAssembly. See WebAssembly platforms for more information.
Deprecated since version 3.4: The flags parameter. select.EPOLL_CLOEXEC is used by default now. Use os.set_inheritable() to make the file descriptor inheritable.