◐ Shell
clean mode source ↗

bpo-28724: Move socket.send_fds and socket.recv_fds documentation to the "Other functions" section by gousaiyang · Pull Request #22608 · python/cpython

Move socket.send_fds and socket.recv_fds documentation to the "Other functions" section, since they are module-level functions rather than methods of socket objects. Putting them in the "Socket Objects" section would make people incorrectly think that they are methods of socket objects, which is confusing.

https://bugs.python.org/issue28724