]> granicus.if.org Git - python/commit
Followup to r83869 and issue #8524: rename socket.forget() to socket.detach()
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 9 Aug 2010 20:39:54 +0000 (20:39 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 9 Aug 2010 20:39:54 +0000 (20:39 +0000)
commit6e451df800af66eefe68ea15938bd65029af06c5
tree3a94bf3c48a965f464f1f112d384076103a4676a
parent30e86a47676d2175901af29445aec5bd7967ef76
Followup to r83869 and issue #8524: rename socket.forget() to socket.detach()
and make it return the file descriptor.
Doc/library/socket.rst
Doc/whatsnew/3.2.rst
Lib/ssl.py
Lib/test/test_socket.py
Misc/NEWS
Modules/socketmodule.c