]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110383: Document `socket.makefile()` accepts combined modes (#119150)
authorDaniel Williams <dann0a@gmail.com>
Tue, 21 May 2024 16:23:50 +0000 (12:23 -0400)
committerGitHub <noreply@github.com>
Tue, 21 May 2024 16:23:50 +0000 (16:23 +0000)
commit62a29be5bb01c2d0f72d8f9b1b5539816e65310c
tree8f71e749080238cf5fa067ed434caec15849ba2f
parent0398d9339217aa0710c0de45a7e9b587136e7129
gh-110383: Document `socket.makefile()` accepts combined modes (#119150)

The supported mode values are 'r', 'w', and 'b', or a combination of those.
Doc/library/socket.rst
Lib/socket.py