mirror of
https://github.com/python/cpython.git
synced 2024-11-28 20:33:54 +08:00
Don't insist on cStringIO.
This commit is contained in:
parent
a5c313dc4d
commit
7fe7d1ac4d
@ -36,7 +36,7 @@ saferepr()
|
||||
|
||||
import sys as _sys
|
||||
|
||||
from cStringIO import StringIO as _StringIO
|
||||
from StringIO import StringIO as _StringIO
|
||||
|
||||
__all__ = ["pprint","pformat","isreadable","isrecursive","saferepr",
|
||||
"PrettyPrinter"]
|
||||
|
Loading…
Reference in New Issue
Block a user