[IronPython] some function not implement in cStringIO

Sanghyeon Seo sanxiyn at gmail.com
Sat Apr 29 04:09:34 CEST 2006


2006/4/29, smppms2002 <smppms2002 at yahoo.com.cn> wrote:
> some function not implement in cStringIO

For the time being, you can rebuild with
IronPython/Modules/cStringIO.cs removed, and put a stub cStringIO.py
that imports everything from StringIO. (That's what I am currently
doing.)

cStringIO is strictly an optimization and doesn't change any
semantics. Well, actually it does, but it's CPython's fault... See
Python bug #1191420 for an example. (There are others, but they
properly belong to Python arcana, not to any concern of IronPython
developers, I think.)

Seo Sanghyeon



More information about the Ironpython-users mailing list