summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-02-20 09:42:37 (GMT)
committerGeorg Brandl <georg@python.org>2006-02-20 09:42:37 (GMT)
commit2fc63f7ba62eeae00347739cd0e09350ab8f697a (patch)
tree60e962d069f346d421493d0755b5b74be4f37253 /Misc/NEWS
parentfc1022858c34e6ca8b61976d0f13ce0f5b0f1218 (diff)
downloadcpython-2fc63f7ba62eeae00347739cd0e09350ab8f697a.zip
cpython-2fc63f7ba62eeae00347739cd0e09350ab8f697a.tar.gz
cpython-2fc63f7ba62eeae00347739cd0e09350ab8f697a.tar.bz2
Bug #854823: socketmodule now builds on Sun platforms even when
INET_ADDRSTRLEN is not defined.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ff76eb6..3721a72 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,9 @@ Core and builtins
Extension Modules
-----------------
+- Bug #854823: socketmodule now builds on Sun platforms even when
+ INET_ADDRSTRLEN is not defined.
+
- Bug #876637, prevent stack corruption when socket descriptor
is larger than FD_SETSIZE.