From 52c4e7cc84702750bb75d5423da01d01bcdfdf39 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Fri, 9 Sep 2016 10:36:01 -0700 Subject: Issue #28008: Implement PEP 530 -- asynchronous comprehensions. --- Lib/test/badsyntax_async8.py | 2 -- 1 file changed, 2 deletions(-) delete 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 deleted file mode 100644 index 3c636f9ac4..0000000000 --- a/Lib/test/badsyntax_async8.py +++ /dev/null @@ -1,2 +0,0 @@ -async def foo(): - await await fut -- cgit v1.2.1