Replaced python_utils.MAP with built-in map function
By RepoJournal , from @anurag629's public GitHub activity
Backfilled
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.
One email a day. Unsubscribe in one click.
A short briefing every day anurag629 ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] Fix part of #13956: Replace python_utils.MAP, python_utils.NEXT with map, next (#13969) oppia/oppia
- [2] Fix part of #13956: Replace python_utils.MAP, python_utils.NEXT with map, next ↗ oppia/oppia