commit | 977c424ef6e806d9ae8e1c385c21811f1a050ac8 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <cf.natali@gmail.com> | Mon Oct 13 18:39:34 2014 +0100 |
committer | Charles-François Natali <cf.natali@gmail.com> | Mon Oct 13 18:39:34 2014 +0100 |
tree | e63ad75e0aba5f71ad582e29aeb2400c11b620a8 | |
parent | c468abafc7a8690be365d1eb192c4551b03c2856 [diff] [blame] |
Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
diff --git a/Misc/NEWS b/Misc/NEWS index 27a6322..62f3deb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -19,6 +19,8 @@ Library ------- +- Issue #22435: Fix a file descriptor leak when SocketServer bind fails. + - Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata" configure options of tkinter.PhotoImage.