Commit 48499077 authored by Michael Foord's avatar Michael Foord

News update for previous commit

parent f2ba7b8b
...@@ -43,12 +43,15 @@ Core and Builtins ...@@ -43,12 +43,15 @@ Core and Builtins
Library 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 - 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 ensure that it will be found regardless of the shell PATH. This ensures
that multiprocessing.cpu_count works on default installs of MacOSX. 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 - Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified
IP addresses in the proxy exception list. IP addresses in the proxy exception list.
- Issue #11131: Fix sign of zero in plus and minus operations when - Issue #11131: Fix sign of zero in plus and minus operations when
the context rounding mode is ROUND_FLOOR. the context rounding mode is ROUND_FLOOR.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment