From: Georg Brandl Date: Sat, 8 Jul 2006 12:15:27 +0000 (+0000) Subject: Add an additional test for bug #1519018. X-Git-Tag: v2.5b2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9575fb241e554031362aec97c638453fae0d5561;p=python Add an additional test for bug #1519018. --- diff --git a/Lib/test/test_compile.py b/Lib/test/test_compile.py index 814bc19295..7c24d1b5c5 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)',