[Python-checkins] r54256 - python/trunk/Misc/NEWS
collin.winter
python-checkins at python.org
Sat Mar 10 04:35:35 CET 2007
Author: collin.winter
Date: Sat Mar 10 04:35:34 2007
New Revision: 54256
Modified:
python/trunk/Misc/NEWS
Log:
Add proper attribution for a bug fix.
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Sat Mar 10 04:35:34 2007
@@ -157,7 +157,8 @@
-------
- 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.
More information about the Python-checkins
mailing list