summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 989fa44..9e6e0de 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -465,6 +465,8 @@ Library
- Issue #28653: Fix a refleak in functools.lru_cache.
+- Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.
+
IDLE
----