"James Mills" <[EMAIL PROTECTED]> writes: > If you cannot use a simple data structure/format > like JSON, or CSV, or similar, _don't_ > use eval or exec, but use the pickle > libraries instead. This is much safer.
Pickle uses eval and should also be considered unsafe, as its documentation describes. -- http://mail.python.org/mailman/listinfo/python-list