From 7544508f0245173bff5866aa1598c8f6cce1fc5f Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Mon, 11 May 2015 22:57:16 -0400 Subject: PEP 0492 -- Coroutines with async and await syntax. Issue #24017. --- Lib/test/badsyntax_async8.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Lib/test/badsyntax_async8.py (limited to 'Lib/test/badsyntax_async8.py') diff --git a/Lib/test/badsyntax_async8.py b/Lib/test/badsyntax_async8.py new file mode 100644 index 0000000000..3c636f9ac4 --- /dev/null +++ b/Lib/test/badsyntax_async8.py @@ -0,0 +1,2 @@ +async def foo(): + await await fut -- cgit v1.2.1