diff --git a/Lib/test/test_compile.py b/Lib/test/test_compile.py index 814bc192956..7c24d1b5c57 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)',