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