summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-12-06 09:59:54 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2016-12-06 09:59:54 (GMT)
commit01928f6c0f8f008fd5c8ab4cc445113b0cbd0292 (patch)
treebbf68088f14733b5df0a255ddf3394f04ea0d61d /Misc/NEWS
parent16e49bf4f1f602573337ebc0d26edcb82ff26ef2 (diff)
parent8ef46be26ad1a3a5c4b542cf95832a4aca12c4ff (diff)
downloadcpython-01928f6c0f8f008fd5c8ab4cc445113b0cbd0292.zip
cpython-01928f6c0f8f008fd5c8ab4cc445113b0cbd0292.tar.gz
cpython-01928f6c0f8f008fd5c8ab4cc445113b0cbd0292.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 e142a43..b878fca 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -165,6 +165,9 @@ Core and Builtins
Library
-------
+- Issue #28089: Fix a regression introduced in warnings.catch_warnings():
+ call warnings.showwarning() if it was overriden inside the context manager.
+
- Issue #27172: To assist with upgrades from 2.7, the previously documented
deprecation of ``inspect.getfullargspec()`` has been reversed. This decision
may be revisited again after the Python 2.7 branch is no longer officially