-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Normal
-
None
-
Affects Version/s: 3.0
-
Component/s: Other
-
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.