[Python-Dev] multidict API (original) (raw)

Barry Warsaw barry at python.org
Fri Mar 10 22:07:35 CET 2006


On Fri, 2006-03-10 at 12:12 -0600, Ian Bicking wrote:

There's already quite a few recipes out there. But I should probably collect them as well.

http://www.voidspace.org.uk/python/odict.html http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/107747 http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/438823 http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/173072 http://urchin.earth.li/~twic/odict.py http://www.astro.washington.edu/owen/ROPython.html http://home.arcor.de/wolfgang.grafen/Python/Modules/Modules.html email.Message.Message http://cvs.eby-sarna.com/wsgiref/src/wsgiref/headers.py?view=markup Well, there's a few, mostly ordered, some multivalue. A comparison would be helpful, but maybe a little later. odict is probably the most filled-out, though it is probably more listish than I really would like.

Actually, my suspicion is that there won't be a general enough solution to warrant inclusion in the stdlib. But hey, if you can create an 80% solution, that would be nice.

-Barry

-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 309 bytes Desc: This is a digitally signed message part Url : http://mail.python.org/pipermail/python-dev/attachments/20060310/f2ab0abb/attachment.pgp



More information about the Python-Dev mailing list