diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-08-02 18:39:10 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-08-02 18:39:10 (GMT) |
commit | 77821b68a7f23318374087e9c6710ef66312f78d (patch) | |
tree | cec2d15f6ab0721c5a83754b6c24f7a895ff260d /Misc | |
parent | 4941774f59ae808a764e29e09abfedf6fc199ed3 (diff) | |
parent | a9a53c7dc055b54133f2dee33f1834d7566de842 (diff) | |
download | cpython-77821b68a7f23318374087e9c6710ef66312f78d.zip cpython-77821b68a7f23318374087e9c6710ef66312f78d.tar.gz cpython-77821b68a7f23318374087e9c6710ef66312f78d.tar.bz2 |
Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code.
Patch by Philipp Hagemeister.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ Core and Builtins Library ------- +- Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() + emulation code. Patch by Philipp Hagemeister. + - Issue #15519: Properly expose WindowsRegistryFinder in importlib (and use the correct term for it). Original patch by Eric Snow. |