Message209162
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. |
|
Date |
User |
Action |
Args |
2014-01-25 07:49:18 | ncoghlan | set | recipients:
+ ncoghlan, georg.brandl, giampaolo.rodola, eli.bendersky, docs@python, ethan.furman |
2014-01-25 07:49:18 | ncoghlan | set | messageid: <1390636158.8.0.990095342557.issue20386@psf.upfronthosting.co.za> |
2014-01-25 07:49:18 | ncoghlan | link | issue20386 messages |
2014-01-25 07:49:18 | ncoghlan | create | |
|