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@python -> eli.bendersky
nosy: +eli.bendersky, georg.brandl
priority: normal -> high

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20386>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to