diff options
| author | Yury Selivanov <yury@magic.io> | 2016-09-09 05:01:51 (GMT) |
|---|---|---|
| committer | Yury Selivanov <yury@magic.io> | 2016-09-09 05:01:51 (GMT) |
| commit | eb6364557f9bc4e6be29bb8a8f43308a0e080aba (patch) | |
| tree | 05b7aed24dce255be67e7a60c021c319d13f43c9 /Lib/test/badsyntax_async6.py | |
| parent | b96ef55d493aded2dea18b0208070bdfab4ceb73 (diff) | |
| download | cpython-eb6364557f9bc4e6be29bb8a8f43308a0e080aba.zip cpython-eb6364557f9bc4e6be29bb8a8f43308a0e080aba.tar.gz cpython-eb6364557f9bc4e6be29bb8a8f43308a0e080aba.tar.bz2 | |
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Diffstat (limited to 'Lib/test/badsyntax_async6.py')
| -rw-r--r-- | Lib/test/badsyntax_async6.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/badsyntax_async6.py b/Lib/test/badsyntax_async6.py deleted file mode 100644 index cb0a23d..0000000 --- a/Lib/test/badsyntax_async6.py +++ /dev/null @@ -1,2 +0,0 @@ -async def foo(): - yield |
