Fixes for the join() method of string objects.
This is to fix a problem of the previous commit. The join() method only exists for strings, not tuples or other Python sequences, so the interleaving string must come first with it's join() method called with the sequence object as its argument.
Authored by: bugman 2012-10-09
Parent: [r197]
Child: [r199]