]> granicus.if.org Git - python/commitdiff
Add an additional test for bug #1519018.
authorGeorg Brandl <georg@python.org>
Sat, 8 Jul 2006 12:15:27 +0000 (12:15 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 8 Jul 2006 12:15:27 +0000 (12:15 +0000)
Lib/test/test_compile.py

index 814bc192956283de92a9504f46dc73a52493e38f..7c24d1b5c570d0b9e7dd91f11d5773deeb6ea040 100644 (file)
@@ -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)',