summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-11-09 00:57:44 (GMT)
committerYury Selivanov <yury@magic.io>2016-11-09 00:57:44 (GMT)
commitc0215dfbc1156267e3b14145c49195c843cd0721 (patch)
tree0f053a6c2ff098ba508f7725c4685e3ceabef727 /Misc
parent33499b7eed8a0c719636dba4b5727246cf2ffa9a (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c66a521..7512e1a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
----