forked from VimPlug/jedi
list(open().read()) should work now, fixes #412.
This commit is contained in:
@@ -143,6 +143,9 @@ ret()[0]
|
||||
with open('') as f:
|
||||
#? ['closed']
|
||||
f.closed
|
||||
for line in f:
|
||||
#? str()
|
||||
line
|
||||
|
||||
with open('') as f1, open('') as f2:
|
||||
#? ['closed']
|
||||
|
||||
Reference in New Issue
Block a user