]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove documentation for non-existing socket class attributes (GH-28029)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Sep 2021 18:46:34 +0000 (11:46 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Sep 2021 18:46:34 +0000 (11:46 -0700)
commita272ffef33d956a1d5bcb4712f95490330a5c5d7
treee34dff8a9ba17e8aefef7682a1de023cca19f270
parent31be544721670516fa9700e088c022ff38b0c5fe
Remove documentation for non-existing socket class attributes (GH-28029)

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