summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2013-05-15 16:02:13 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2013-05-15 16:02:13 (GMT)
commitef535584a941c6e5cada828a118a06f5ddf80e86 (patch)
tree5e18d74d95180e2f512e95094440c2f559b50291 /Misc
parentdbbf4c813ff3f39dcc145d5263c78eaec728fb01 (diff)
downloadcpython-ef535584a941c6e5cada828a118a06f5ddf80e86.zip
cpython-ef535584a941c6e5cada828a118a06f5ddf80e86.tar.gz
cpython-ef535584a941c6e5cada828a118a06f5ddf80e86.tar.bz2
- 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 e88f8c4..98c4c19 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.