From: Michael Foord Date: Thu, 17 Mar 2011 16:59:38 +0000 (-0400) Subject: News update for previous commit X-Git-Tag: v2.7.2rc1~239 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5136867c1b8573de23f7e7f95f8292846aab507e;p=python News update for previous commit --- diff --git a/Misc/NEWS b/Misc/NEWS index 0c5b7f2631..9c136aa943 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -43,12 +43,15 @@ Core and Builtins Library ------- +- Issue #10979: unittest stdout buffering now works with class and module + setup and teardown. + - Issue #11569: use absolute path to the sysctl command in multiprocessing to ensure that it will be found regardless of the shell PATH. This ensures that multiprocessing.cpu_count works on default installs of MacOSX. -- Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified - IP addresses in the proxy exception list. +- Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified + IP addresses in the proxy exception list. - Issue #11131: Fix sign of zero in plus and minus operations when the context rounding mode is ROUND_FLOOR.