`separated(items, sep)` from `trac.util.presentation` now yields `(item, sep)` pairs instead of `(sep, item)` pairs.
This will make it possible to use it directly in tag builder expressions.
Authored by: cboos 2007-07-09
Parent: [r5809]
Child: [r5811]