RepoJournal

@anurag629

A short briefing every day anurag629 ships something — in about 3 minutes.

One email a day. Unsubscribe in one click.

144 stories across 32 days in 2021

Mon Wed Fri
Aug Sep Oct Nov Dec
an entry to read activity only Less More before entries began Full year →

Entries start Jan 13, 2022 — we reconstructed the previous month from @anurag629's public GitHub activity on the day they joined. Squares before that show contribution counts only.

Full archive →

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.

References

  1. [1] Fix part of #13956: Replace python_utils.MAP, python_utils.NEXT with map, next (#13969) oppia/oppia
  2. [2] Fix part of #13956: Replace python_utils.MAP, python_utils.NEXT with map, next ↗ oppia/oppia

Quick answers

What shipped in anurag629 on October 11, 2021?
Anurag Verma merged a pull request to oppia/oppia that replaced custom utility wrappers with Python 3 built-ins across two files. In total, 1 commits and 1 pull requests landed.
Who contributed to anurag629 on October 11, 2021?
1 developer shipped this update, including Anurag verma.
What were the notable anurag629 updates?
Fix part of #13956: Replace python_utils.MAP, python_utils.NEXT with map, next (#13969) and Fix part of #13956: Replace python_utils.MAP, python_utils.NEXT with map, next.