how are strings immutable in python?
ssecorp
circularfunc at gmail.com
Sun Jul 6 20:45:54 CEST 2008
Previous message:
Problem with subprocess.Popen wget within a thread
Next message:
how are strings immutable in python?
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
>>>
h = "aja baja"
>>>
h += 'e'
>>>
h
'aja bajae' >>>
Previous message:
Problem with subprocess.Popen wget within a thread
Next message:
how are strings immutable in python?
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list