Simon Mullis <si...@mullis.co.uk> writes: > If "eval" is not the way forward, are there any suggestions for > another way to do this?
ast.literal_eval might be the thing for you. -- http://mail.python.org/mailman/listinfo/python-list
Simon Mullis <si...@mullis.co.uk> writes: > If "eval" is not the way forward, are there any suggestions for > another way to do this?
ast.literal_eval might be the thing for you. -- http://mail.python.org/mailman/listinfo/python-list