Merge 3.6

This commit is contained in:
Victor Stinner 2017-01-06 18:16:07 +01:00
commit cd992bbe73
3 changed files with 18 additions and 2 deletions

View file

@ -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.