From Python 3.0 changelog; The StringIO and cStringIO modules are gone. Instead, import the io module and use io.StringIO or io.BytesIO for text and data ...
確定! 回上一頁