> I've ran across the same zero arg split error a while back when attempting > to run 'make test'. Below was the solution I came up with. Is there going > to be an unicode equivalent to the str.translate() method? The unicode type supports translate since 2.0. Regards, Martin