| commit | c8ce715a82fd8034ef1d809b262346c15f2490c4 | [log] [tgz] |
|---|---|---|
| author | Charles-François Natali <neologix@free.fr> | Tue Apr 17 18:45:57 2012 +0200 |
| committer | Charles-François Natali <neologix@free.fr> | Tue Apr 17 18:45:57 2012 +0200 |
| tree | 125522b5a5daa37ba405f81902aeebe8d91b6c7f | |
| parent | a3f4457b172a165fafa65d67e0293f89dbba06b7 [diff] [blame] |
Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.
diff --git a/Misc/NEWS b/Misc/NEWS index 54da24d..f1837e7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -39,6 +39,8 @@ Library ------- +- Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. + - Issue #14452: SysLogHandler no longer inserts a UTF-8 BOM into the message. - Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType.