Skip to content

gh-131146: Fix month names in a genitive case in calendar module #131147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Jul 31, 2025
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix py:func references in NEWS.d
  • Loading branch information
plashchynski committed Mar 17, 2025
commit 6177415eb15e67ee633807bb35e2b8086386d1cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Add :func:`alt_month_name` and :func:`alt_month_abbr` in :mod:`calendar` to
Add :func:`calendar.alt_month_name` and :func:`calendar.alt_month_abbr` to
provide alternative month names and abbreviations for the current locale
when available. These are used when the month is named by itself, such as in
a standalone date.
Loading