]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42620: Improve socket.getsockname doc string (GH-23742)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 23 Dec 2020 07:48:04 +0000 (23:48 -0800)
committerGitHub <noreply@github.com>
Wed, 23 Dec 2020 07:48:04 +0000 (23:48 -0800)
commit7fe7d83c26b02c8a65c8a9633cc4251f5cd97ebf
treed523899fd02fff5e61effdb8aeb27fd02db273e8
parent8e5c61a075f3a60272a7dcdc48db200090d76309
bpo-42620: Improve socket.getsockname doc string (GH-23742)

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit cf3565ca9a7ed0f7decd000e41fa3de400986e4d)

Co-authored-by: Christian Heimes <christian@python.org>
Modules/socketmodule.c