How can you copy (clone) a string?
Fredrik Lundh
effbot at telia.com
Tue Oct 3 10:17:18 EDT 2000
More information about the Python-list mailing list
Tue Oct 3 10:17:18 EDT 2000
- Previous message (by thread): How can you copy (clone) a string?
- Next message (by thread): How can you copy (clone) a string?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Peter.Rupp at ual.com wrote: > I have a bonafide need to create copies of strings in a python program > (as opposed to a reference to the original). why? > Well, I really do have a need here ;-) trust me, you don't. if you think you have, it's time to redesign your program. </F>
- Previous message (by thread): How can you copy (clone) a string?
- Next message (by thread): How can you copy (clone) a string?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list