mirror of https://github.com/python/cpython
Add an additional test for bug #1519018.
This commit is contained in:
parent
fb48afa708
commit
9575fb241e
|
@ -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)',
|
||||
|
|
Loading…
Reference in New Issue