summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2013-05-15 18:02:13 +0200
committerdoko@ubuntu.com <doko@ubuntu.com>2013-05-15 18:02:13 +0200
commitef535584a941c6e5cada828a118a06f5ddf80e86 (patch)
tree5e18d74d95180e2f512e95094440c2f559b50291 /Misc
parentdbbf4c813ff3f39dcc145d5263c78eaec728fb01 (diff)
downloadcpython-git-ef535584a941c6e5cada828a118a06f5ddf80e86.tar.gz
- Issue #17754: Make ctypes.util.find_library() independent of the locale.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e88f8c454b..98c4c19a4d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.3.3?
Core and Builtins
-----------------
+- Issue #17754: Make ctypes.util.find_library() independent of the locale.
+
- Issue #17927: Frame objects kept arguments alive if they had been copied into
a cell, even if the cell was cleared.