commit | d69cfe88eae5b177b1aaf51c39e85fb92c34cf22 | [log] [tgz] |
---|---|---|
author | Richard Oudkerk <shibturn@gmail.com> | Mon Jun 18 17:47:52 2012 +0100 |
committer | Richard Oudkerk <shibturn@gmail.com> | Mon Jun 18 17:47:52 2012 +0100 |
tree | 43151241e2aab605f65e3634affd630ea6e084a3 | |
parent | 0f884273b0319272ca32d529af5c761d6dfa8a34 [diff] [blame] |
Issue #15064: Implement context manager protocol for multiprocessing types
diff --git a/Misc/NEWS b/Misc/NEWS index bf4265c..d84da80 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Library ------- +- Issue #15064: Implement context manager protocol for multiprocessing types + - Issue #15101: Make pool finalizer avoid joining current thread. - Issue #14657: The frozen instance of importlib used for bootstrap is now