Menu

Commit [r198]  Maximize  Restore  History

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.

bugman 2012-10-09

changed /trunk/bmrblib/pystarlib/TagTable.py
changed /trunk/bmrblib/pystarlib/Text.py
/trunk/bmrblib/pystarlib/TagTable.py Diff Switch to side-by-side view
Loading...
/trunk/bmrblib/pystarlib/Text.py Diff Switch to side-by-side view
Loading...