diff options
| author | Georg Brandl <georg@python.org> | 2006-07-08 12:15:27 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2006-07-08 12:15:27 (GMT) |
| commit | 9575fb241e554031362aec97c638453fae0d5561 (patch) | |
| tree | 10c87a52ad449324f31767866b0a8546ed4fefe8 /Lib/test/test_compile.py | |
| parent | fb48afa708d2b5de9d59e6c91e2c063889c41e45 (diff) | |
| download | cpython-9575fb241e554031362aec97c638453fae0d5561.zip cpython-9575fb241e554031362aec97c638453fae0d5561.tar.gz cpython-9575fb241e554031362aec97c638453fae0d5561.tar.bz2 | |
Add an additional test for bug #1519018.
Diffstat (limited to 'Lib/test/test_compile.py')
| -rw-r--r-- | Lib/test/test_compile.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_compile.py b/Lib/test/test_compile.py index 814bc19..7c24d1b 100644 --- a/Lib/test/test_compile.py +++ b/Lib/test/test_compile.py @@ -261,6 +261,8 @@ if 1: 'import (os,)', 'import os As bar', 'import os.path a bar', + 'from sys import stdin As stdout', + 'from sys import stdin a stdout', 'from (sys) import stdin', 'from __future__ import (nested_scopes', 'from __future__ import nested_scopes)', |
