From faaa2041294c283974a28b4ebf81b58f020f3e06 Mon Sep 17 00:00:00 2001 From: Collin Winter Date: Sat, 10 Mar 2007 03:35:34 +0000 Subject: Add proper attribution for a bug fix. --- Misc/NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 262972c..ce11b0c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -157,7 +157,8 @@ Library ------- - Bug #1531963: Make SocketServer.TCPServer's server_address always - be equal to calling getsockname() on the server's socket. + be equal to calling getsockname() on the server's socket. Fixed by + patch #1545011. - Bug #1651235: When a tuple was passed to a ctypes function call, Python would crash instead of raising an error. -- cgit v0.12