]> granicus.if.org Git - python/commit
Issue #1552: socket.socketpair() now returns regular socket.socket
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 14 Sep 2010 18:00:02 +0000 (18:00 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 14 Sep 2010 18:00:02 +0000 (18:00 +0000)
commit9e0b864ac07ab85b618ccf3831eae97b2c91fb2e
tree195459e4f65f8d63c3ecd298f6d3790055a73b81
parent38615993b0b13729cc2afaa69686f5bff17547c4
Issue #1552: socket.socketpair() now returns regular socket.socket
objects supporting the whole socket API (rather than the "raw"
_socket.socket objects).
Doc/library/socket.rst
Lib/socket.py
Lib/test/test_socket.py
Misc/NEWS