summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-01-06 17:16:07 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-01-06 17:16:07 (GMT)
commitcd992bbe73dbbca356a94cf920f55012e5db689e (patch)
tree1277329e785fbf6a5f2fdf85b191d950b9dfa060 /Misc/NEWS
parentb27df6faa5e5b92674cdf629615595cecd33d875 (diff)
parent84b6fb0eea29b3b28a1a11124526b01ec0c9d17a (diff)
downloadcpython-cd992bbe73dbbca356a94cf920f55012e5db689e.zip
cpython-cd992bbe73dbbca356a94cf920f55012e5db689e.tar.gz
cpython-cd992bbe73dbbca356a94cf920f55012e5db689e.tar.bz2
Merge 3.6
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 741e498..dc72a1f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -210,6 +210,9 @@ Core and Builtins
Library
-------
+- Issue #28961: Fix unittest.mock._Call helper: don't ignore the name parameter
+ anymore. Patch written by Jiajun Huang.
+
- Issue #15812: inspect.getframeinfo() now correctly shows the first line of
a context. Patch by Sam Breese.