]> granicus.if.org Git - python/commitdiff
- Issue #17754: Make ctypes.util.find_library() independent of the locale.
authordoko@ubuntu.com <doko@ubuntu.com>
Wed, 15 May 2013 16:04:50 +0000 (18:04 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Wed, 15 May 2013 16:04:50 +0000 (18:04 +0200)
1  2 
Lib/ctypes/util.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index 47f2fbad63e46c8357fb705016496e0af9a94a69,98c4c19a4d884a2b0e867813193d1e844902bf83..e3bcfe268c42384ebc33c74553817523b1589a6b
+++ 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.