[Python-Dev] cStringIO buffer interface (original) (raw)
Farshid Lashkari flashk at gmail.com
Wed Apr 30 18:36:44 CEST 2008
- Previous message: [Python-Dev] Optimization of Python ASTs: How should we deal with constant values?
- Next message: [Python-Dev] cStringIO buffer interface
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I'm not sure if this is the right place to ask, so I apologize ahead of time if it is.
I was just curious as to why cStringIO objects don't implement the buffer interface. cStringIO objects seem similar to string and array objects, and those support the buffer protocol. Is there a reason against allowing cStringIO to support at least the read buffer interface, or is just that nobody has considered it until now?
Thanks, Farshid
- Previous message: [Python-Dev] Optimization of Python ASTs: How should we deal with constant values?
- Next message: [Python-Dev] cStringIO buffer interface
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]