Message 199507 - Python tracker (original) (raw)
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).