The Wandering Village Early Access

The views returned by dict.keys(), dict.values() anddict.items() now all have a mapping attribute that gives atypes.MappingProxyType object wrapping the originaldictionary. (Contributed by Dennis Sweeney in bpo-40890.)