diff options
author | Collin Winter <collinw@gmail.com> | 2007-03-10 03:35:34 (GMT) |
---|---|---|
committer | Collin Winter <collinw@gmail.com> | 2007-03-10 03:35:34 (GMT) |
commit | faaa2041294c283974a28b4ebf81b58f020f3e06 (patch) | |
tree | 3e9e1c271d1e6ddd3b4e336322c6e53f77adba9f /Misc/NEWS | |
parent | c8f6c23b0bef262216ec5385013e737c387d7fa1 (diff) | |
download | cpython-faaa2041294c283974a28b4ebf81b58f020f3e06.zip cpython-faaa2041294c283974a28b4ebf81b58f020f3e06.tar.gz cpython-faaa2041294c283974a28b4ebf81b58f020f3e06.tar.bz2 |
Add proper attribution for a bug fix.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |