diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2013-05-15 16:06:56 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2013-05-15 16:06:56 (GMT) |
commit | 9df891ca41e98d6b008cbc6ccc738d531dcb42e4 (patch) | |
tree | a48cca83fa2e03851d33bce2d4c2597970445f0e /Misc | |
parent | ef535584a941c6e5cada828a118a06f5ddf80e86 (diff) | |
download | cpython-9df891ca41e98d6b008cbc6ccc738d531dcb42e4.zip cpython-9df891ca41e98d6b008cbc6ccc738d531dcb42e4.tar.gz cpython-9df891ca41e98d6b008cbc6ccc738d531dcb42e4.tar.bz2 |
- Fix typos in the multiprocessing module.
Diffstat (limited to 'Misc')
-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 |