[sqlalchemy] Re: using the native c implementation of ordereddict

2008-09-04 Thread az
On Thursday 04 September 2008 15:42:56 Michael Bayer wrote: On Sep 4, 2008, at 12:40 AM, gniquil wrote: Hi All, I am doing some work with xmlrpc. One thing I realize is that whenever I pass dict(row) through xmlrpc, I get an key-ordered struct. But this isn't what i really want. What I

[sqlalchemy] Re: using the native c implementation of ordereddict

2008-09-04 Thread jason kirtland
Michael Bayer wrote: On Sep 4, 2008, at 12:40 AM, gniquil wrote: Hi All, I am doing some work with xmlrpc. One thing I realize is that whenever I pass dict(row) through xmlrpc, I get an key-ordered struct. But this isn't what i really want. What I want is ordered by insertion or the

[sqlalchemy] Re: using the native c implementation of ordereddict

2008-09-04 Thread az
On Thursday 04 September 2008 17:51:56 Michael Bayer wrote: On Sep 4, 2008, at 9:03 AM, [EMAIL PROTECTED] wrote: i used to set sqlalchemy.util.Set to be sqlalchemy.util.OrderedSet and that worked well... if all those basic things (dict, set, odict, oset, etc) are always routed via