commit | 28c382f73ad96010346ec4bb5af622b2c4e02b79 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Thu Feb 04 18:48:53 2010 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Thu Feb 04 18:48:53 2010 +0000 |
tree | 4fcfe64e4ada7f8ee776b22a93b1b7dedf6c7995 | |
parent | 7045d64de59c52ab397bc326113220909e500a10 [diff] [blame] |
Logging: Implemented PEP 391.
diff --git a/Misc/NEWS b/Misc/NEWS index ec4e596..b0db1c7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -55,6 +55,8 @@ 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