so if strings were mutable and i did a = b = "foo" and then did a += "bar" then a and b would be foobar? -- http://mail.python.org/mailman/listinfo/python-list
- how are strings immutable in python? ssecorp
- Re: how are strings immutable in python? Peter Otten
- Re: how are strings immutable in python? Terry Reedy
- Re: how are strings immutable in python? ssecorp
- Re: how are strings immutable in pytho... Mark Tolonen
- Re: how are strings immutable in p... ssecorp
- RE: how are strings immutable... Delaney, Timothy (Tim)
- Re: how are strings immutable... Martin v. Löwis
- Re: how are strings immutable in python? Mel
- Re: how are strings immutable in python? Lie