summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-11-19-16-28-25.bpo-38857.YPUkU9.rst
blob: f28df2811fb7878f413304300de51ad401da3dc8 (plain)
1
2
3
4
AsyncMock fix for return values that are awaitable types.  This also covers
side_effect iterable values that happend to be awaitable, and wraps
callables that return an awaitable type. Before these awaitables were being
awaited instead of being returned as is.