summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2017-01-02 03:59:12 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2017-01-02 03:59:12 (GMT)
commit01debaccdd1042ecff474637bd8905d6ec3efd60 (patch)
tree34b44a52f9f0c8c913435fa351fd99b2a173300e /Misc/NEWS
parent5430293fdf286b33f2370d15705ee4339c81e82c (diff)
parentff0e3b7a54673791bb724be9679c85a4feb7468c (diff)
downloadcpython-01debaccdd1042ecff474637bd8905d6ec3efd60.zip
cpython-01debaccdd1042ecff474637bd8905d6ec3efd60.tar.gz
cpython-01debaccdd1042ecff474637bd8905d6ec3efd60.tar.bz2
Issue #15812: Merge from 3.5
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a8d4ee8..c8eacf1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Core and Builtins
Library
-------
+- Issue #15812: inspect.getframeinfo() now correctly shows the first line of
+ a context. Patch by Sam Breese.
+
- Issue #29094: Offsets in a ZIP file created with extern file object and modes
"w" and "x" now are relative to the start of the file.