From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Fri, 22 Sep 2023 06:29:48 +0000 (+0100) Subject: GH-109190: Copyedit 3.12 What's New: calendar (#109662) X-Git-Tag: v3.13.0a1~353 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34ddcc3fa118168901fa0d3a69b3b5444fc2f943;p=thirdparty%2FPython%2Fcpython.git GH-109190: Copyedit 3.12 What's New: calendar (#109662) Co-authored-by: Hugo van Kemenade --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 62925e723e6e..3117d9183761 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -607,7 +607,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