[Python-3000] Buffer objects and StringIO (original) (raw)

Alexandre Vassalotti alexandre at peadrop.com
Thu May 31 20:49:25 CEST 2007


Hello,

I finished yesterday the implementations of BytesIO and StringIO objects in C. They are both fully working. (The code is available in my cpy_merge branch in the svn tree.) There is only one thing that is bothering me with StringIO, it doesn't accept buffer objects. Should I care about this?

Thanks, -- Alexandre



More information about the Python-3000 mailing list