commit | 9575fb241e554031362aec97c638453fae0d5561 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jul 08 12:15:27 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Jul 08 12:15:27 2006 +0000 |
tree | 10c87a52ad449324f31767866b0a8546ed4fefe8 | |
parent | fb48afa708d2b5de9d59e6c91e2c063889c41e45 [diff] [blame] |
Add an additional test for bug #1519018.
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 @@ '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)',