summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-08-02 18:37:12 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-08-02 18:37:12 (GMT)
commita9a53c7dc055b54133f2dee33f1834d7566de842 (patch)
treefc16481c7e9123058e7c4ff703b021a1f86d8069 /Misc/NEWS
parentf37c0c73fef929a3bf3239bc10fd8ca0d63bcd9c (diff)
downloadcpython-a9a53c7dc055b54133f2dee33f1834d7566de842.zip
cpython-a9a53c7dc055b54133f2dee33f1834d7566de842.tar.gz
cpython-a9a53c7dc055b54133f2dee33f1834d7566de842.tar.bz2
Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code.
Patch by Philipp Hagemeister.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 671878f..14121df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -98,6 +98,9 @@ Core and Builtins
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.