mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Don't insist on cStringIO.
This commit is contained in:
parent
a5c313dc4d
commit
7fe7d1ac4d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue