diff options
author | Yury Selivanov <yury@magic.io> | 2016-11-09 00:57:44 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-11-09 00:57:44 (GMT) |
commit | c0215dfbc1156267e3b14145c49195c843cd0721 (patch) | |
tree | 0f053a6c2ff098ba508f7725c4685e3ceabef727 /Misc | |
parent | 33499b7eed8a0c719636dba4b5727246cf2ffa9a (diff) | |
download | cpython-c0215dfbc1156267e3b14145c49195c843cd0721.zip cpython-c0215dfbc1156267e3b14145c49195c843cd0721.tar.gz cpython-c0215dfbc1156267e3b14145c49195c843cd0721.tar.bz2 |
Issue #28639: Fix inspect.isawaitable to always return bool
Patch by Justin Mayfield.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -450,6 +450,9 @@ Library - Issue #28613: Fix get_event_loop() return the current loop if called from coroutines/callbacks. +- Issue #28639: Fix inspect.isawaitable to always return bool + Patch by Justin Mayfield. + IDLE ---- |