From e093a3ada93fe0da307a36090639bcc14bd7b4c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 25 Jul 2006 10:05:47 +0000 Subject: Bug #978833: Really close underlying socket in _socketobject.close. Will backport to 2.4. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index afa7915..d597ae2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -39,6 +39,8 @@ Core and builtins Library ------- +- Bug #978833: Really close underlying socket in _socketobject.close. + - Bug #1525817: Don't truncate short lines in IDLE's tool tips. - Patch #1515343: Fix printing of deprecated string exceptions with a -- cgit v0.12