summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2012-02-14 04:08:39 (GMT)
committerMeador Inge <meadori@gmail.com>2012-02-14 04:08:39 (GMT)
commitffeee3518a9ccb0d6375bf06abe2cf8a6bc9e5b8 (patch)
tree841fe003cd0e9a96b30cc4c94b49fa4f3d0707ae /Misc
parenta127ecb7a2a1ba0abf74a0eeaa905f2dc87fa69f (diff)
downloadcpython-ffeee3518a9ccb0d6375bf06abe2cf8a6bc9e5b8.zip
cpython-ffeee3518a9ccb0d6375bf06abe2cf8a6bc9e5b8.tar.gz
cpython-ffeee3518a9ccb0d6375bf06abe2cf8a6bc9e5b8.tar.bz2
Issue #13979: Fix ctypes.util.find_library ldconfig regex
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9294e70..6180361a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,9 @@ Core and Builtins
Library
-------
+- Issue #13979: A bug in ctypes.util.find_library that caused
+ the wrong library name to be returned has been fixed.
+
- Issue #13993: HTMLParser is now able to handle broken end tags when
strict=False.