Why are strings immutable?

Sam Holden sholden at flexal.cs.usyd.edu.au
Fri Aug 20 23:32:16 EDT 2004


On Sat, 21 Aug 2004 03:26:00 GMT,
	Brent W. Hughes <brent.hughes at comcast.net> wrote:
> I kind of hate to have to convert a string into a list, manipulate it, and
> then convert it back into a string.  Why not make strings mutable?

Not being able to use strings as dictionary keys would kind of suck :)

-- 
Sam Holden



More information about the Python-list mailing list