Python's calendar module in TypeScript


Help us add more

Got a rainy Sunday afternoon and a taste for a porting puzzle?

We will then review it. If it's useful to the project and in line with our contributing guidelines your work will become part of Locutus and you'll be automatically credited in the authors section accordingly.

Upstream Surface Inventory 11/19 shipped • 7 next 58%

Namespace-level inventory for Python 3.12: what we already ship, what we may still want, and what we intentionally skip or keep.

calendar

Python 3.12 · Catalog source: version-pinned source manifest python:3.12:calendar

61% shipped
11/18 shipped 7 next 1 explicit non-goals
Shipped (11)

Next

Calendar helpers mostly return scalars, strings, or plain arrays with a useful portability contract.

  • different_locale
  • firstweekday
  • format
  • main
  • prcal
  • prmonth
  • prweek
Explicit non-goals (1)
  • setfirstweekday Skip Global calendar configuration mutates ambient runtime state.

« More Python functions