[issue20386] Missing docs for SocketType and AddressFamily in socket module

Georg Brandl report at bugs.python.org
Sat Jan 25 08:45:36 CET 2014


Georg Brandl added the comment:

Um... changing the name "socket.SocketType" from type(socket) to an enum of SOCK_ constants is not a docs issue, but a regression.

Eli, you introduced this change (inadvertently, I think, which can easily happen since SocketType is imported by "*" from _socket).  Please find a better name for the type enum and document the new enums.

----------
assignee: docs at python -> eli.bendersky
nosy: +eli.bendersky, georg.brandl
priority: normal -> high

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20386>
_______________________________________


More information about the Python-bugs-list mailing list