string issue
Reinhold Birkenfeld
reinhold-birkenfeld-nospam at wolke7.net
Mon Feb 7 14:49:05 EST 2005
More information about the Python-list mailing list
Mon Feb 7 14:49:05 EST 2005
- Previous message (by thread): string issue
- Next message (by thread): string issue
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Alex Martelli wrote: > So, *WHAT ON EARTH* could possibly > make this weird 'x[:]' form preferable to 'x*1'?! It's MUCH more > obvious that the second one returns an independent, separate object > initially equal to x .>> x = 2 .>> y = x*1 .>> x is y True .>> just-kidding-ly yours, Reinhold
- Previous message (by thread): string issue
- Next message (by thread): string issue
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list