diff options
| author | Michael Foord <michael@python.org> | 2011-03-17 16:59:38 (GMT) |
|---|---|---|
| committer | Michael Foord <michael@python.org> | 2011-03-17 16:59:38 (GMT) |
| commit | 5136867c1b8573de23f7e7f95f8292846aab507e (patch) | |
| tree | d3a460ab29fa90575e901772ded1af37c2b46863 | |
| parent | 8faa20751d893443e6927c4e18c1cd0b26455994 (diff) | |
| download | cpython-5136867c1b8573de23f7e7f95f8292846aab507e.zip cpython-5136867c1b8573de23f7e7f95f8292846aab507e.tar.gz cpython-5136867c1b8573de23f7e7f95f8292846aab507e.tar.bz2 | |
News update for previous commit
| -rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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. |
