is there a safe marshaler?
Skip Montanaro
skip at pobox.com
Fri Feb 11 13:00:58 EST 2005
More information about the Python-list mailing list
Fri Feb 11 13:00:58 EST 2005
- Previous message (by thread): is there a safe marshaler?
- Next message (by thread): is there a safe marshaler?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Carl> but can't effbot's fast cElementree be used for PYROs XML_PICKLE
Carl> and would it be safe and fast enough?
It's not clear to me that if marshal is unsafe how XML could be safe. In
this context they are both just serializations of basic Python data
structures.
Skip
- Previous message (by thread): is there a safe marshaler?
- Next message (by thread): is there a safe marshaler?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list