]> granicus.if.org Git - python/commit
Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 31 Mar 2012 23:00:55 +0000 (01:00 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 31 Mar 2012 23:00:55 +0000 (01:00 +0200)
commit8315f967647f4610776fef6dda830ce72db042c0
tree70a84128a3e9301c1df0c511b4ae7d5ae61309ca
parent8612b4c21cfe2fa981fab1084cb7f9f6adafcb62
parent70deb3de3960142fcf8497d2ea0cfae6609b8e66
Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()).
Patch by Matt Joiner.
Lib/socket.py
Lib/test/test_socket.py
Misc/NEWS