ReseekFile and MultiDict

Edward C. Jones edcjones@erols.com
Sat, 11 Jan 2003 04:29:23 -0500


Andrew Dalke wrote:
> I've developed two new modules people may find interesting.  They
> can be found at http://www.dalkescientific.com/Python/ .  Both modules
> have been placed in the public domain.
...
> The second is MultiDict
> 
> This implements two types of dictionary-like objects where there can be 
> more than one entry with the same key. One is OrderedMultiDict, which 
> preserves the order of all entries across all keys. The other is 
> UnorderedMultidict, which only preserves the order of entries for the 
> same key.

I also have a MultiDict module at 
http://members.tripod.com/~edcjones/pycode.html

Ed Jones