diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-12-06 09:59:54 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-12-06 09:59:54 (GMT) |
commit | 01928f6c0f8f008fd5c8ab4cc445113b0cbd0292 (patch) | |
tree | bbf68088f14733b5df0a255ddf3394f04ea0d61d /Misc/NEWS | |
parent | 16e49bf4f1f602573337ebc0d26edcb82ff26ef2 (diff) | |
parent | 8ef46be26ad1a3a5c4b542cf95832a4aca12c4ff (diff) | |
download | cpython-01928f6c0f8f008fd5c8ab4cc445113b0cbd0292.zip cpython-01928f6c0f8f008fd5c8ab4cc445113b0cbd0292.tar.gz cpython-01928f6c0f8f008fd5c8ab4cc445113b0cbd0292.tar.bz2 |
Merge 3.6
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |