diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-07-25 10:05:47 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-07-25 10:05:47 +0000 |
commit | e093a3ada93fe0da307a36090639bcc14bd7b4c0 (patch) | |
tree | ec7c7f3533177a05b4e9f047c9d1656004269b44 | |
parent | 0b48303f28fa4846c713240c57501d5fa70436c7 (diff) | |
download | cpython-git-e093a3ada93fe0da307a36090639bcc14bd7b4c0.tar.gz |
Bug #978833: Really close underlying socket in _socketobject.close.
Will backport to 2.4.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |