List/Tuple bug or feature?

Erik Max Francis max at alcyone.com
Tue Sep 24 18:39:11 EDT 2002


Mahesh Padmanabhan wrote:

> If this is a concatenation feature, how can I prevent something like
> this happening in the future ?

It's a standard feature, and doesn't have anything to do with tuples or
lists:

>>> 'a' 'b'
'ab'

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ Once the people begin to reason, all is lost.
\__/ Voltaire
    Church / http://www.alcyone.com/pyos/church/
 A lambda calculus explorer in Python.



More information about the Python-list mailing list