RepoJournal

Developer journal

Anurag Verma

@anurag629 since Jan 2022

0 stories across 0 days in 2023

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.

Add this graph to your GitHub README

Paste this Markdown into your README — the badge stays current automatically and links back here.

[![anurag629's work on RepoJournal](https://repojournal.com/journals/anurag629/heat.svg)](https://repojournal.com/journals/anurag629)

Thursday, Jan 13, 2022

shipped

Migrated python_utils calls to standard library equivalents

Anurag Verma worked through part of issue #13956 in oppia/oppia, removing custom utility functions in favor of Python's built-in alternatives.

Two commits landed across two pull requests. The first merged PR [1] replaced all instances of python_utils.ZIP() with the built-in zip() function throughout the codebase. A second PR [3] swapped python_utils.url_unsplit for urllib.unsplit, continuing the same pattern of deprecating the custom utilities wrapper. Both changes were part of a larger migration effort [2] to reduce the project's dependency on its own utility layer.

python oppia

Sources

  1. Fix part of #13956: Replaced python_utils.ZIP() with zip() (#14279) · oppia/oppia
  2. Fix part of #13956: Replaced python_utils.ZIP() with zip() · oppia/oppia
  3. Fix part of #13956: python_utils.url_unsplit->urllib.unsplit (#14338) · oppia/oppia

← All entries

Follow along

Follow anurag629

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

or

One email a day. Unsubscribe in one click. Read a past issue →

RSS Read other developers