commit | a9a53c7dc055b54133f2dee33f1834d7566de842 | [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 | fc16481c7e9123058e7c4ff703b021a1f86d8069 | |
parent | f37c0c73fef929a3bf3239bc10fd8ca0d63bcd9c [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 671878f..14121df 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -98,6 +98,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.