diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS index abffd52c0dd..36981d2a89a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -456,6 +456,8 @@ Library - Issue #27040: Add loop.get_exception_handler method +- Issue #27041: asyncio: Add loop.create_future method + Documentation ------------- |