diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |