mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Add proper attribution for a bug fix.
This commit is contained in:
parent
c8f6c23b0b
commit
faaa204129
1 changed files with 2 additions and 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue