summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-11-14 21:33:04 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-11-14 21:33:04 (GMT)
commit8593ae64518bb6d42a330a4015f875c7d9a42d18 (patch)
treea333094ce2f7b742005dbb5cd0027e203670ac79 /Misc
parentb6b76c2f78c658093e4cdfe29ee4bc287b7fc09f (diff)
downloadcpython-8593ae64518bb6d42a330a4015f875c7d9a42d18.zip
cpython-8593ae64518bb6d42a330a4015f875c7d9a42d18.tar.gz
cpython-8593ae64518bb6d42a330a4015f875c7d9a42d18.tar.bz2
Logging: added stack_info argument.
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 09f02c2..f33aba0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,8 @@ Core and Builtins
Library
-------
+- Issue #1553375: logging: Added stack_info kwarg to display stack information.
+
- Issue #5111: IPv6 Host in the Header is wrapped inside [ ]. Patch by Chandru.
- Fix Fraction.__hash__ so that Fraction.__hash__(-1) is -2. (See also issue