From: doko@ubuntu.com Date: Wed, 15 May 2013 16:04:50 +0000 (+0200) Subject: - Issue #17754: Make ctypes.util.find_library() independent of the locale. X-Git-Tag: v3.4.0a1~726 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcaddf6382b2e906b47c6c5c8ff849c69abe6441;p=python - Issue #17754: Make ctypes.util.find_library() independent of the locale. --- bcaddf6382b2e906b47c6c5c8ff849c69abe6441 diff --cc Misc/NEWS index 47f2fbad63,98c4c19a4d..e3bcfe268c --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -88,8 -74,6 +88,10 @@@ Core and Builtin Library ------- ++- Issue #17754: Make ctypes.util.find_library() independent of the locale. ++ +- Issue #17968: Fix memory leak in os.listxattr(). + - Issue #17606: Fixed support of encoded byte strings in the XMLGenerator characters() and ignorableWhitespace() methods. Original patch by Sebastian Ortiz Vasquez.