Skip to content
Merged
Changes from 1 commit
Commits
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
arrange module in alphabetical order in whats new
  • Loading branch information
Agent-Hellboy committed Apr 27, 2023
commit cdcb22ac827a9d3d5757bd4796e20744c423c0d6
11 changes: 6 additions & 5 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,12 @@ asyncio
yielding tasks.
(Contributed by Kumar Aditya in :gh:`78530`.)

calendar
--------

* Add enums for month and day. For example: ``JANUARY`` and ``MONDAY``.
Comment thread
Agent-Hellboy marked this conversation as resolved.
Outdated
(Contributed by Prince Roshan in :gh:`103636`.)

csv
---

Expand Down Expand Up @@ -548,11 +554,6 @@ sys
exception instance, rather than to a ``(typ, exc, tb)`` tuple.
(Contributed by Irit Katriel in :gh:`103176`.)

calendar
--------

* Add enums for month and day. For example: ``JANUARY`` and ``MONDAY``.
(Contributed by Prince Roshan in :gh:`103636`.)

Optimizations
=============
Expand Down