[Python-Dev] Wild Idea for the Year

Skip Montanaro skip at pobox.com
Thu Jun 24 21:28:40 EDT 2004


    Josiah> That would be terribly nifty, but it begs the question:

    Josiah> If we do this for strings (an immutable sequence type), do we do
    Josiah> this for tuples (another immutable sequence type)?

No.  Concatenating tuples occurs rarely.  Concatenating strings occurs all
the time.

Skip



More information about the Python-Dev mailing list