diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-08-02 18:37:12 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-08-02 18:37:12 (GMT) |
commit | a9a53c7dc055b54133f2dee33f1834d7566de842 (patch) | |
tree | fc16481c7e9123058e7c4ff703b021a1f86d8069 /Misc/NEWS | |
parent | f37c0c73fef929a3bf3239bc10fd8ca0d63bcd9c (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |