Nick Coghlan added the comment:

Sorry, I misread Giampaolo's example as indicating that socket.SocketType 
wasn't there at all in Python 3.3. However, it's there, and with the same name 
as in Python 2, so I agree this is a regression.

I suggest socket.SocketKind as an alternate name for the enumeration that 
avoids the name clash, but we also need a test case that ensures that 
socket.SocketType has the correct value.

----------
components: +Library (Lib) -Documentation
keywords: +3.4regression
stage: needs patch -> test needed
type: enhancement -> behavior

_______________________________________
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