Skip to content

Commit ab52586

Browse files
committed
Add NEWS entries.
1 parent fb1c5ee commit ab52586

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Add :func:`alt_month_name` and :func:`alt_month_abbr` in :mod:`calendar` to
2+
provide alternative month names and abbreviations for the current locale
3+
when available. These are used when the month is named by itself, such as in
4+
a standalone date.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Fix :class:`calendar.TextCalendar` and :class:`calendar.HTMLCalendar` and
2+
:mod:`calendar` CLI to display month names in the nominative case if
3+
provided by the locale.

0 commit comments

Comments
 (0)