Merged revisions 78979 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78979 | matthias.klose | 2010-03-15 14:42:23 +0100 (Mo, 15 Mär 2010) | 3 lines
- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
the locale.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index d92cb54..eade42c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -283,6 +283,9 @@
Library
-------
+- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
+ the locale.
+
- The internals of the subprocess module on POSIX systems have been replaced
by an extension module (_posixsubprocess) so that the fork()+exec() can be
done safely without the possibility of deadlock in multithreaded applications.