commit | 8315f967647f4610776fef6dda830ce72db042c0 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Apr 01 01:00:55 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Apr 01 01:00:55 2012 +0200 |
tree | 70a84128a3e9301c1df0c511b4ae7d5ae61309ca | |
parent | 8612b4c21cfe2fa981fab1084cb7f9f6adafcb62 [diff] | |
parent | 70deb3de3960142fcf8497d2ea0cfae6609b8e66 [diff] |
Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). Patch by Matt Joiner.