2006/4/29, smppms2002 <[EMAIL PROTECTED]> 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 _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
