summaryrefslogtreecommitdiff
path: root/Lib/test/badsyntax_async5.py
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-09-09 10:36:01 -0700
committerYury Selivanov <yury@magic.io>2016-09-09 10:36:01 -0700
commit52c4e7cc84702750bb75d5423da01d01bcdfdf39 (patch)
tree01ebfe1725b4169baefa4e76aeaeffcd25153f3b /Lib/test/badsyntax_async5.py
parent93b2dee80e5d72cf12522d773b512097493c09fc (diff)
downloadcpython-git-52c4e7cc84702750bb75d5423da01d01bcdfdf39.tar.gz
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
Diffstat (limited to 'Lib/test/badsyntax_async5.py')
-rw-r--r--Lib/test/badsyntax_async5.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/badsyntax_async5.py b/Lib/test/badsyntax_async5.py
deleted file mode 100644
index 9d19af6109..0000000000
--- a/Lib/test/badsyntax_async5.py
+++ /dev/null
@@ -1,2 +0,0 @@
-def foo():
- await something()