summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-10-20 20:05:38 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-10-20 20:05:38 (GMT)
commit2a20dfc2aabc3259d5b4276eeec91f83230fdcac (patch)
tree35e3ce7c976c4c969fad1fc4dbf2d1aee48255e9 /Misc
parentf3500e119865b28c34ffacb9f582db49b9d70e9d (diff)
downloadcpython-2a20dfc2aabc3259d5b4276eeec91f83230fdcac.zip
cpython-2a20dfc2aabc3259d5b4276eeec91f83230fdcac.tar.gz
cpython-2a20dfc2aabc3259d5b4276eeec91f83230fdcac.tar.bz2
logging: Made StreamHandler terminator configurable.
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 16dad49..60d546f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,8 @@ Core and Builtins
Library
-------
+- logging: Made StreamHandler terminator configurable.
+
- logging: Allowed filters to be just callables.
- logging: Added tests for _logRecordClass changes.