]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add proper attribution for a bug fix.
authorCollin Winter <collinw@gmail.com>
Sat, 10 Mar 2007 03:35:34 +0000 (03:35 +0000)
committerCollin Winter <collinw@gmail.com>
Sat, 10 Mar 2007 03:35:34 +0000 (03:35 +0000)
Misc/NEWS

index 262972c97cd7cd7eda48673fc3d1a0d211ae699b..ce11b0c83823dd850856fe610a3d494d57d2a188 100644 (file)
--- 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.