Commit 67981ec5 authored by Vinay Sajip's avatar Vinay Sajip

Issue #10626: test_logging now preserves logger disabled states.

parent 7b60f4e9
...@@ -11,6 +11,10 @@ Core and Builtins ...@@ -11,6 +11,10 @@ Core and Builtins
Library Library
------- -------
- Issue #10626: test_logging now preserves logger disabled states.
- Issue #10774: test_logging now removes temp files created during tests.
- Issue #5258/#10642: if site.py encounters a .pth file that generates an error, - Issue #5258/#10642: if site.py encounters a .pth file that generates an error,
it now prints the filename, line number, and traceback to stderr and skips it now prints the filename, line number, and traceback to stderr and skips
the rest of that individual file, instead of stopping processing entirely. the rest of that individual file, instead of stopping processing entirely.
...@@ -55,8 +59,6 @@ Core and Builtins ...@@ -55,8 +59,6 @@ Core and Builtins
Library Library
------- -------
- Issue #10774: test_logging now removes temp files created during tests.
- Issue #3243: Support iterable bodies in httplib. Patch Contributions by - Issue #3243: Support iterable bodies in httplib. Patch Contributions by
Xuanji Li and Chris AtLee. Xuanji Li and Chris AtLee.
......
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