diff options
author | Georg Brandl <georg@python.org> | 2006-02-20 09:42:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-02-20 09:42:37 (GMT) |
commit | 2fc63f7ba62eeae00347739cd0e09350ab8f697a (patch) | |
tree | 60e962d069f346d421493d0755b5b74be4f37253 /Misc/NEWS | |
parent | fc1022858c34e6ca8b61976d0f13ce0f5b0f1218 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |