pkgsrc/databases/py-orderedmultidict/DESCR
rodent ec51b8a8e3 Import py27-orderedmultidict-0.7.2 as databases/py-orderedmultidict.
Ordered Multivalue Dictionary - omdict.

A multivalue dictionary is a dictionary that can store multiple values for the
same key. An ordered multivalue dictionary is a multivalue dictionary that
retains the order of insertions and deletions.

omdict retains method parity with dict.
2014-07-05 19:28:06 +00:00

7 lines
283 B
Text

Ordered Multivalue Dictionary - omdict.
A multivalue dictionary is a dictionary that can store multiple values for the
same key. An ordered multivalue dictionary is a multivalue dictionary that
retains the order of insertions and deletions.
omdict retains method parity with dict.