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.