Message 199507 - Python tracker
The locale module uses only collections.abc.Mapping. The import of the entire collections module can be avoided if collections.abc is renamed to _abcoll again. functools.wrap() can be replaced with: localeconv.__doc__ = _localeconv.__doc__ The other attributes are either equal (e.g. __name__) or do not exist on builtin functions (__dict__).