]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove documentation for non-existing socket class attributes (GH-28029) (GH-28221)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Sep 2021 18:45:57 +0000 (11:45 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Sep 2021 18:45:57 +0000 (20:45 +0200)
commitd9b7d427ebc1ed5cfef3657d1d92c2d80346147f
treec68c0094208375c90982c016deb19a80cd418bce
parent2363910662cda4dcf574da68b4633b55e5fc0f9c
Remove documentation for non-existing socket class attributes (GH-28029) (GH-28221)

The functions in question are available on the module-level only.
(cherry picked from commit 34d82ce7cb82a8f5e2e83417d66d9aa319f3bb69)

Co-authored-by: Matti Picus <matti.picus@gmail.com>
Modules/socketmodule.c