diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-09-22 13:02:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 13:02:27 (GMT) |
commit | b7801d7d1f7a26ec60e9719efcd183eaa7b1294a (patch) | |
tree | 67c5a1d5d9ba094c17ca4e6672ce40fc8ff57e2b | |
parent | 0100ce5deb33a4696d869fc0275b2c19cbb6ad2a (diff) | |
download | cpython-b7801d7d1f7a26ec60e9719efcd183eaa7b1294a.zip cpython-b7801d7d1f7a26ec60e9719efcd183eaa7b1294a.tar.gz cpython-b7801d7d1f7a26ec60e9719efcd183eaa7b1294a.tar.bz2 |
[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>
-rw-r--r-- | Doc/whatsnew/3.12.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 24c2ad8..dbdac3f 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 |