commit | f727c31133822b3e39f851fcca9d3239f389c054 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Feb 03 19:25:11 2013 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Feb 03 19:25:11 2013 -0500 |
tree | b810517c804c8f4334683626ce8d7fca5d793bfb | |
parent | 3e081c73b8ab1780740794a9cf718ec330dba9d7 [diff] [blame] |
fix find_library on Solaris (closes #5289)
diff --git a/Misc/NEWS b/Misc/NEWS index 1a91e8f..dacfc8b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -199,6 +199,8 @@ Library ------- +- Issue #5289: Fix ctypes.util.find_library on Solaris. + - Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying stream or a decoder produces data of an unexpected type (i.e. when io.TextIOWrapper initialized with text stream or use bytes-to-bytes codec).