From: Hugo van Kemenade Date: Fri, 22 Sep 2023 13:02:27 +0000 (-0600) Subject: [3.12] GH-109190: Copyedit 3.12 What's New: calendar (GH-109662) (#109716) X-Git-Tag: v3.12.0~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7801d7d1f7a26ec60e9719efcd183eaa7b1294a;p=thirdparty%2FPython%2Fcpython.git [3.12] GH-109190: Copyedit 3.12 What's New: calendar (GH-109662) (#109716) (cherry picked from commit 34ddcc3fa118168901fa0d3a69b3b5444fc2f943) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 24c2ad8db059..dbdac3fa5257 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -608,7 +608,8 @@ asyncio calendar -------- -* Add enums :data:`~calendar.Month` and :data:`~calendar.Day`. +* Add enums :data:`calendar.Month` and :data:`calendar.Day` + defining months of the year and days of the week. (Contributed by Prince Roshan in :gh:`103636`.) csv