[Python-Dev] marshal (was:Buffer interface in abstract.c? )

Greg Stein gstein@lyra.org
Fri, 13 Aug 1999 03:36:13 -0700 (PDT)


On Tue, 10 Aug 1999, Guido van Rossum wrote:
>...
> > or maybe the buffer design needs an overhaul?
> 
> I think most places that should use the charbuffer interface actually
> use the readbuffer interface.  This is what should be fixed.

I believe that I properly changed all of these within the core
distribution. Per your requested design, third-party extensions must
switch from "s#" to "t#" to move to the charbuffer interface, as needed. 

Cheers,
-g

--
Greg Stein, http://www.lyra.org/