summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2012-02-14 04:22:06 (GMT)
committerMeador Inge <meadori@gmail.com>2012-02-14 04:22:06 (GMT)
commitff337ccd4bf9b6edea5aa25ea72f7d4c02a3bf47 (patch)
tree5f16ea3bb12d637a375d5fe94356e1158d2d9487 /Misc/NEWS
parente1dbbbfc514dec56e6cf695cb7f127a4782ec6b7 (diff)
downloadcpython-ff337ccd4bf9b6edea5aa25ea72f7d4c02a3bf47.zip
cpython-ff337ccd4bf9b6edea5aa25ea72f7d4c02a3bf47.tar.gz
cpython-ff337ccd4bf9b6edea5aa25ea72f7d4c02a3bf47.tar.bz2
Issue #13979: Fix ctypes.util.find_library ldconfig regex
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 ce39863..b8bcc21 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,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.
- Issue #13960: HTMLParser is now able to handle broken comments.