95032d4391
6.0.2 (2022-01-24) ================== Bugfixes -------- - Revert :issue:`644`, restore type annotations to as-of 5.2.0 version. (:issue:`688`) 6.0.1 (2022-01-23) ================== Bugfixes -------- - Restored back ``MultiDict``, ``CIMultiDict``, ``MultiDictProxy``, and ``CIMutiDictProxy`` generic type arguments; they are parameterized by value type, but the key type is fixed by container class. ``MultiDict[int]`` means ``MutableMultiMapping[str, int]``. The key type of ``MultiDict`` is always ``str``, while all str-like keys are accepted by API and converted to ``str`` internally. The same is true for ``CIMultiDict[int]`` which means ``MutableMultiMapping[istr, int]``. str-like keys are accepted but converted to ``istr`` internally. (:issue:`682`)
5 lines
363 B
Text
5 lines
363 B
Text
$NetBSD: distinfo,v 1.28 2022/01/31 11:57:54 wiz Exp $
|
|
|
|
BLAKE2s (multidict-6.0.2.tar.gz) = f58b955b113bf4bd2ccaff66d72e3f332d65d930f48d3f93255cabd7c6465028
|
|
SHA512 (multidict-6.0.2.tar.gz) = 86b0a68984e92ff5eeafa8b0e967fc223b0a79c99c397dc8fe87a182a4c9c912b02947848a2ee6a71bb5a5cecd1893a231941f92bdc94fb7343ada771d49785a
|
|
Size (multidict-6.0.2.tar.gz) = 50334 bytes
|