]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-110383: Document `socket.makefile()` accepts combined modes (GH-119150...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 May 2024 18:44:53 +0000 (20:44 +0200)
committerGitHub <noreply@github.com>
Tue, 21 May 2024 18:44:53 +0000 (18:44 +0000)
commit256b791fd6bf894e788231431ae54ea877898dce
treeadaa679fa83ff6f251962e7be0806000603226da
parent11ca1d9d53f28bfe4625aff2482bc90b707b1a49
[3.13] gh-110383: Document `socket.makefile()` accepts combined modes (GH-119150) (#119324)

The supported mode values are 'r', 'w', and 'b', or a combination of those.
(cherry picked from commit 62a29be5bb01c2d0f72d8f9b1b5539816e65310c)

Co-authored-by: Daniel Williams <dann0a@gmail.com>
Doc/library/socket.rst
Lib/socket.py