python socket usage

Paul Rubin http
Thu Aug 16 04:37:22 EDT 2007


Gary Herron <gherron at islandtraining.com> writes:
> be able to recover the original object accurately.  Worse yet, an eval
> of an arbitrary string is a HUGE security hole.
> 
> If you really want to send any Python object through a socket, look up
> the Pickle and cPickle modules.

These are also security holes.



More information about the Python-list mailing list