LovePython

2006-02-09 Thread Sridhar Ratna
http://www.lovepython.com/ (a reaction to loveperl.com) This is going to be a weekend project for me. Development not yet started. Still looking for good ideas! I welcome your suggestions. -- Sridhar Ratna | [EMAIL PROTECTED] | http://www.24dot1.com -- http://mail.python.org/mailman/listinfo

Re: Packing a simple dictionary into a string - extending struct?

2007-06-20 Thread Sridhar Ratna
On 6/20/07, Jonathan Fine <[EMAIL PROTECTED]> wrote: > Hello > > I want to serialise a dictionary, whose keys and values are ordinary strings > (i.e. a sequence of bytes). > > I can of course use pickle, but it has two big faults for me. > 1. It should not be used with untrusted data. > 2. I want