]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #8524: Add a forget() method to socket objects, so as to put the
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Aug 2010 23:24:50 +0000 (23:24 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Aug 2010 23:24:50 +0000 (23:24 +0000)
commite43f9d0ed69addbc34bac4af1b3ad7f1bdd3b149
treee15aa8c051472ddb7ec9a684d9a4e546ee3e14ca
parentba8a98600eddc5e2a87a9148e634ada1a1056495
Issue #8524: Add a forget() method to socket objects, so as to put the
socket into the closed state without closing the underlying file
descriptor.
Doc/library/socket.rst
Doc/whatsnew/3.2.rst
Lib/ssl.py
Lib/test/test_socket.py
Misc/NEWS
Modules/socketmodule.c