Simon Mullis <[email protected]> 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 <[email protected]> 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