pypi multidict 6.0.1
v6.0.1

latest releases: 6.1.0, 6.0.5, 6.0.4...
2 years ago

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. ((#682))

Don't miss a new multidict release

NewReleases is sending notifications on new releases.