Commit graph

5 commits

Author SHA1 Message Date
adam
a05895629a py-multidict: updated to 4.0.0
4.0.0:
Accept multiple keys in MultiDict.update() and CIMultiDict.update()
2018-01-19 09:19:56 +00:00
adam
eeb5f6d2f8 py-multidict: updated to 3.3.2
3.3.2:
* Fix tarball (again)

3.3.1:
* Include .c files in tarball
2017-11-02 12:55:31 +00:00
adam
e3d584f546 py-multidict: update to 3.3.0
3.3.0:
* Introduce abstract base classes
* Publish OSX binary wheels
2017-10-16 06:37:08 +00:00
adam
43d167ffe3 databases/py-multidict: update to 3.2.0
3.2.0:
* Fix pickling
* Fix equality check when other contains more keys
2017-09-17 10:28:54 +00:00
adam
20cc8a5800 Multidict is dict-like collection of key-value pairs where key might be
occurred more than once in the container.

HTTP Headers and URL query string require specific data structure: multidict.
It behaves mostly like a regular dict but it may have several values for the
same key and preserves insertion ordering.
2017-07-16 09:37:09 +00:00