Commit 7fe7d1ac authored by Guido van Rossum's avatar Guido van Rossum

Don't insist on cStringIO.

parent a5c313dc
......@@ -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"]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment