You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> import os
>>> with os.popen("ls", "r") as f:
... print(f.read())
...
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: __exit__
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: