Since Python 3.8 keys view is reversible (but `Mapping`/`MutableMapping` ABCs are not for the sake of backward compatibility). It would be nice to support reversibility in multidict keys views as well.
Since Python 3.8 keys view is reversible (but
Mapping/MutableMappingABCs are not for the sake of backward compatibility).It would be nice to support reversibility in multidict keys views as well.