[python] Break string into list of characters in Python

fO = open(filename, 'rU')
lst = list(fO.read())