summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-02-20 09:42:33 (GMT)
committerGeorg Brandl <georg@python.org>2006-02-20 09:42:33 (GMT)
commitdbd8339a010cae023d800bdb5e6b03cb9d08229f (patch)
treef3e8f05e1723fc955d8ed05ec7817615c6137248 /Misc
parent8f7c54eaa5e363ef02e99518253b3cb17f6602e6 (diff)
downloadcpython-dbd8339a010cae023d800bdb5e6b03cb9d08229f.zip
cpython-dbd8339a010cae023d800bdb5e6b03cb9d08229f.tar.gz
cpython-dbd8339a010cae023d800bdb5e6b03cb9d08229f.tar.bz2
Bug #854823: socketmodule now builds on Sun platforms even when
INET_ADDRSTRLEN is not defined.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 28895c4..8429b7b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -224,6 +224,9 @@ Core and builtins
Extension Modules
-----------------
+- Bug #854823: socketmodule now builds on Sun platforms even when
+ INET_ADDRSTRLEN is not defined.
+
- Patch #1393157: os.startfile() now has an optional argument to specify
a "command verb" to invoke on the file.