This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JelleZijlstra
Recipients JelleZijlstra, docs@python, srittau
Date 2021-05-29.23:00:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622329246.26.0.916375069855.issue44261@roundup.psfhosted.org>
In-reply-to
Content
I propose to deprecate socket.SocketType. There's no reason to publicly expose _socket.socket separately from socket.socket, the only type that moat users should care about.

SocketType isn't needed for type checking; socket.socket is itself a class and can be used in type annotations.
History
Date User Action Args
2021-05-29 23:00:46JelleZijlstrasetrecipients: + JelleZijlstra, srittau, docs@python
2021-05-29 23:00:46JelleZijlstrasetmessageid: <1622329246.26.0.916375069855.issue44261@roundup.psfhosted.org>
2021-05-29 23:00:46JelleZijlstralinkissue44261 messages
2021-05-29 23:00:46JelleZijlstracreate