summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-03-15 13:42:23 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-03-15 13:42:23 (GMT)
commit358e7ff36b60ee933fbd913a8da9a9b55f8a90c9 (patch)
tree8ef37e4c88fa14384ea3c141b29b023a65b1fbc5 /Misc
parent24e4e168a0d4499c888b6180efb6758c5cde1bda (diff)
downloadcpython-358e7ff36b60ee933fbd913a8da9a9b55f8a90c9.zip
cpython-358e7ff36b60ee933fbd913a8da9a9b55f8a90c9.tar.gz
cpython-358e7ff36b60ee933fbd913a8da9a9b55f8a90c9.tar.bz2
- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
the locale.
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 7c357a1..20959bb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@ Core and Builtins
Library
-------
+- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
+ the locale.
+
- Issue #7774: Set sys.executable to an empty string if ``argv[0]`` has been
set to an non existent program name and Python is unable to retrieve the real
program name.