summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-11-15 20:21:07 (GMT)
committerYury Selivanov <yury@magic.io>2016-11-15 20:21:07 (GMT)
commit27182bb23229b61edbb40bd321cfdc183065afc4 (patch)
tree815c15129a304401ded35e1f125b93b00a6ed478 /Misc
parent63859aea9b413a3b44ad3c19d750d4a55fae7864 (diff)
parent0ed20cdfb723c68d604eddec0fc66436ce18e9c0 (diff)
downloadcpython-27182bb23229b61edbb40bd321cfdc183065afc4.zip
cpython-27182bb23229b61edbb40bd321cfdc183065afc4.tar.gz
cpython-27182bb23229b61edbb40bd321cfdc183065afc4.tar.bz2
Merge 3.5 (issue #28703)
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 9001bad..1449f56 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,8 @@ Library
- Issue #28653: Fix a refleak in functools.lru_cache.
+- Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.
+
Documentation
-------------