mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
Fixup old, invalid import.
This commit is contained in:
parent
d175b4cda5
commit
7ecf3dcaee
@ -57,7 +57,7 @@ def _warn_unhandled_exception():
|
||||
# There are a few catch-all except: statements in this module, for
|
||||
# catching input that's bad in unexpected ways. Warn if any
|
||||
# exceptions are caught there.
|
||||
import warnings, traceback, StringIO
|
||||
import io, warnings, traceback
|
||||
f = io.StringIO()
|
||||
traceback.print_exc(None, f)
|
||||
msg = f.getvalue()
|
||||
|
Loading…
Reference in New Issue
Block a user