diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-11-14 21:33:04 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-11-14 21:33:04 (GMT) |
commit | 8593ae64518bb6d42a330a4015f875c7d9a42d18 (patch) | |
tree | a333094ce2f7b742005dbb5cd0027e203670ac79 /Misc | |
parent | b6b76c2f78c658093e4cdfe29ee4bc287b7fc09f (diff) | |
download | cpython-8593ae64518bb6d42a330a4015f875c7d9a42d18.zip cpython-8593ae64518bb6d42a330a4015f875c7d9a42d18.tar.gz cpython-8593ae64518bb6d42a330a4015f875c7d9a42d18.tar.bz2 |
Logging: added stack_info argument.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |