summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 98c4c19..33a8b80 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,14 +10,16 @@ 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.
Library
-------
+- Fix typos in the multiprocessing module.
+
+- Issue #17754: Make ctypes.util.find_library() independent of the locale.
+
- Issue #17968: Fix memory leak in os.listxattr().
Documentation