diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ Core and Builtins Extensions ---------- +- 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. + - Issue #477863: Print a warning at shutdown if gc.garbage is not empty. - Issue #6869: Fix a refcount problem in the _ctypes extension. |