commit | dbd8339a010cae023d800bdb5e6b03cb9d08229f | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Feb 20 09:42:33 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Feb 20 09:42:33 2006 +0000 |
tree | f3e8f05e1723fc955d8ed05ec7817615c6137248 | |
parent | 8f7c54eaa5e363ef02e99518253b3cb17f6602e6 [diff] [blame] |
Bug #854823: socketmodule now builds on Sun platforms even when INET_ADDRSTRLEN is not defined.
diff --git a/Misc/NEWS b/Misc/NEWS index 28895c4..8429b7b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -224,6 +224,9 @@ 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.