commit | 1fa9f7b3d1d5c90cb231946a6edaf7f748e07436 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Aug 02 20:37:12 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Aug 02 20:37:12 2012 +0200 |
tree | 5cd2100e4f4c0e61f3e344ace57f96b1aaccef84 | |
parent | 4c36aa4108a15c990494ab3c6ab83634a774681f [diff] [blame] |
Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. Patch by Philipp Hagemeister.
diff --git a/Misc/NEWS b/Misc/NEWS index e989b5b..635f847 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -92,6 +92,9 @@ Library ------- +- Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() + emulation code. Patch by Philipp Hagemeister. + - Issue #9803: Don't close IDLE on saving if breakpoint is open. Patch by Roger Serwy.