diff options
author | Yury Selivanov <yury@magic.io> | 2017-06-11 14:00:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-11 14:00:14 (GMT) |
commit | 176f2ebdad93f20876c08efabd364a0e6c86de14 (patch) | |
tree | 63eaa99f8e662418e60d07fec138f33c3bd504a6 /Misc/NEWS | |
parent | 59422a29ee3a95866c4f7e037bdfffd5768afddd (diff) | |
download | cpython-176f2ebdad93f20876c08efabd364a0e6c86de14.zip cpython-176f2ebdad93f20876c08efabd364a0e6c86de14.tar.gz cpython-176f2ebdad93f20876c08efabd364a0e6c86de14.tar.bz2 |
bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2109)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ Core and Builtins Library ------- +- bpo-30508: Don't log exceptions if Task/Future "cancel()" method was + called. + - bpo-28556: Updates to typing module: Add generic AsyncContextManager, add support for ContextManager on all versions. Original PRs by Jelle Zijlstra and Ivan Levkivskyi |