Kaydet (Commit) 1e139607 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

another cStringIO restriction

üst fe97ebbf
......@@ -72,8 +72,9 @@ made more efficient by using the function :func:`StringIO` from this module
instead.
Since this module provides a factory function which returns objects of built-in
types, there's no way to build your own version using subclassing. Use the
original :mod:`StringIO` module in that case.
types, there's no way to build your own version using subclassing. It's not
possible to set attributes on it. Use the original :mod:`StringIO` module in
those cases.
Unlike the memory files implemented by the :mod:`StringIO` module, those
provided by this module are not able to accept Unicode strings that cannot be
......
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