Skip to content

Commit 89504b0

Browse files
committed
post-merge
1 parent 40a8757 commit 89504b0

File tree

3 files changed

+71
-48
lines changed

3 files changed

+71
-48
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,14 +1256,6 @@ curses
12561256
(Contributed by Serhiy Storchaka in :gh:`133139`.)
12571257

12581258

1259-
datetime
1260-
--------
1261-
1262-
* Add the :meth:`~datetime.date.strptime` method to the
1263-
:class:`datetime.date` and :class:`datetime.time` classes.
1264-
(Contributed by Wannes Boeykens in :gh:`41431`.)
1265-
1266-
12671259
decimal
12681260
-------
12691261

Doc/whatsnew/3.15.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,14 @@ dataclasses
485485
type names.
486486

487487

488+
datetime
489+
--------
490+
491+
* Add the :meth:`~datetime.date.strptime` method to the
492+
:class:`datetime.date` and :class:`datetime.time` classes.
493+
(Contributed by Wannes Boeykens in :gh:`41431`.)
494+
495+
488496
dbm
489497
---
490498

Modules/clinic/_datetimemodule.c.h

Lines changed: 63 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)