diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-02-04 18:48:53 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-02-04 18:48:53 (GMT) |
commit | 28c382f73ad96010346ec4bb5af622b2c4e02b79 (patch) | |
tree | 4fcfe64e4ada7f8ee776b22a93b1b7dedf6c7995 /Misc | |
parent | 7045d64de59c52ab397bc326113220909e500a10 (diff) | |
download | cpython-28c382f73ad96010346ec4bb5af622b2c4e02b79.zip cpython-28c382f73ad96010346ec4bb5af622b2c4e02b79.tar.gz cpython-28c382f73ad96010346ec4bb5af622b2c4e02b79.tar.bz2 |
Logging: Implemented PEP 391.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |