Re: Security/Safety question re: eval() and dicts
by Paul Rubin other posts by this author
Jan 26 2003 1:17AM messages near this date
Re: Books for newbies
|
Re: IDLE Python GUI
andy <andy@[...].uk> writes:
> Currently, this is decoded by using
>
> dict=eval(request)
Don't do that. Just send a bunch of name-value pairs instead. For
that matter, are already several modules included Python that do
things like that. XMLRPC might be a good choice.
--
http://mail.python.org/mailman/listinfo/python-list
|