summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-02-04 18:48:53 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-02-04 18:48:53 (GMT)
commit28c382f73ad96010346ec4bb5af622b2c4e02b79 (patch)
tree4fcfe64e4ada7f8ee776b22a93b1b7dedf6c7995 /Misc
parent7045d64de59c52ab397bc326113220909e500a10 (diff)
downloadcpython-28c382f73ad96010346ec4bb5af622b2c4e02b79.zip
cpython-28c382f73ad96010346ec4bb5af622b2c4e02b79.tar.gz
cpython-28c382f73ad96010346ec4bb5af622b2c4e02b79.tar.bz2
Logging: Implemented PEP 391.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ec4e596..b0db1c7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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