Message199507
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__). |
|
| Date |
User |
Action |
Args |
| 2013-10-11 21:30:24 | christian.heimes | set | recipients:
+ christian.heimes, lemburg, barry, brett.cannon, rhettinger, mark.dickinson, ncoghlan, orsenthil, pitrou, vstinner, benjamin.peterson, eric.araujo, Arfrever, flox, eric.snow |
| 2013-10-11 21:30:24 | christian.heimes | set | messageid: <[email protected]> |
| 2013-10-11 21:30:24 | christian.heimes | link | issue9548 messages |
| 2013-10-11 21:30:24 | christian.heimes | create | |
|