summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2017-01-02 06:59:12 +0300
committerBerker Peksag <berker.peksag@gmail.com>2017-01-02 06:59:12 +0300
commit96a7e0efa799569cde9898720db50fabce813c70 (patch)
treebf8f47bcc4e73be80dd293d8b8468fb6f70871ab /Misc
parent6895b99da578d018c0f04356b5dad37e20356110 (diff)
parentee7bb6623a90879383bde2cd5da5c635ced50e1c (diff)
downloadcpython-96a7e0efa799569cde9898720db50fabce813c70.tar.gz
Issue #15812: Merge from 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a8d4ee8d21..c8eacf1ce3 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.