Long strings as function parameters

Nick Coghlan ncoghlan at iinet.net.au
Mon Jan 10 05:11:29 EST 2005


Jeremy Bowers wrote:
> I had thought there was an obvious class in the standard library to assist
> with this, but I must have been wrong.

buffer is the closest current contender, but I believe it's on the outer due to 
some problems with its implementation.

I think the intention is to eventually have a 'bytes' type, but I don't recall 
if that was going to be mutable or immutable.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at email.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://boredomandlaziness.skystorm.net



More information about the Python-list mailing list