Monday, Oct 11, 2021
fixedReplaced python_utils.MAP with built-in map function
Anurag Verma merged a pull request to oppia/oppia that replaced custom utility wrappers with Python 3 built-ins across two files.
The work addressed part of issue #13956 [1], which tracks the removal of deprecated python_utils functions. Verma replaced python_utils.MAP with Python's native map function in exp_services.py and expression_parser_test.py [2]. This cleanup reduces dependency on the custom utilities layer and aligns the codebase with idiomatic Python 3.
Sources
- Fix part of #13956: Replace python_utils.MAP, python_utils.NEXT with map, next (#13969) · oppia/oppia
- Fix part of #13956: Replace python_utils.MAP, python_utils.NEXT with map, next · oppia/oppia