On Sun, Jan 19, 2003 at 12:20:03PM +0100, kent@lysator.liu.se wrote: > I'd like to get some feedback on a new string method which might > be useful: getting the longest common prefix of two strings. os.path.commonprefix(sequence_of_strings) does this. Neal