Commit 28c382f7 authored by Vinay Sajip's avatar Vinay Sajip

Logging: Implemented PEP 391.

parent 7045d64d
This diff is collapsed.
This diff is collapsed.
......@@ -55,6 +55,8 @@ Core and Builtins
Library
-------
- logging: Implemented PEP 391.
- Issue #6939: Fix file I/O objects in the `io` module to keep the original
file position when calling `truncate()`. It would previously change the
file position to the given argument, which goes against the tradition of
......
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