Skip to content

Commit b006172

Browse files
committed
Update the blurb entry and add an entry in the Doc/whatsnew/3.8.rst
1 parent 4c4a7cc commit b006172

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,15 @@ Added :func:`~gettext.pgettext` and its variants.
175175
(Contributed by Franz Glasner, Éric Araujo, and Cheryl Sabella in :issue:`2504`.)
176176

177177

178+
datetime
179+
--------
180+
181+
Added :func:`~datetime.date.strptime` and :func:`~datetime.time.strptime`.
182+
(Patch by Alexander Belopolsky, Amaury Forgeot d'Arc, Berker Peksag, Josh-sf,
183+
Juraez Bochi, Maciej Szulik, Matheus Vieira Portela. Contributed by Stéphane
184+
Wirtel)
185+
186+
178187
gc
179188
--
180189

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add datetime.date.strptime and datetime.time.strptime class methods.
1+
Add :func:`datetime.date.strptime` and :func:`datetime.time.strptime` class methods.

0 commit comments

Comments
 (0)