On Dec 18, 5:17 pm, "James Mills" <prolo...@shortcircuit.net.au> wrote:
> > def readCSV(file): > if type(file) == str: Stiff cheese if the file path is a unicode object, eh? > fd = open(file, "rU") > else: > fd = file > -- http://mail.python.org/mailman/listinfo/python-list