acessing to the raw data of an email message

2006-11-26 Thread Jiba
be nice to let the parser add the raw message data in the Message object. Thanks, Jiba -- http://mail.python.org/mailman/listinfo/python-list

encoding of sys.argv ?

2006-10-23 Thread Jiba
s French accentuated character), nor in UTF-8. It seems to be encoded in "latin-1", but why ? Jiba -- http://mail.python.org/mailman/listinfo/python-list

Re: Secure Pickle-like module

2006-05-25 Thread jiba
and, of > course, is written in C. So Cerealizer looks like it has the potential to do > pretty well, performance-wise. My personal benchmark was different; it was using a list with 2000 objects defined as following: class O(object): def __init__(self): self.x = 1 self.s = "j

Secure Pickle-like module

2006-05-25 Thread jiba
would appreciate any comments, especially if there are some security gurus here :-) Jiba -- http://mail.python.org/mailman/listinfo/python-list