-
Improvement
-
Resolution: Fixed
-
Normal
-
None
-
3.0
-
None
Those gettext-related methods defined as builtins (monkeypatching) leads to a certain number of issues.
For example, static typing checkers like mypy have issues with those (see https://github.com/python/mypy/issues/8727).
The clean approach is to import then instead.