Skip to content

Commit 3746d0a

Browse files
authored
gh-123299: Copyedit "What's New in Python 3.14" (#127028)
1 parent 9bca3ef commit 3746d0a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

Doc/whatsnew/3.14.rst

+17-17
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ argparse
228228
* Introduced the optional *suggest_on_error* parameter to
229229
:class:`argparse.ArgumentParser`, enabling suggestions for argument choices
230230
and subparser names if mistyped by the user.
231-
(Contributed by Savannah Ostrowski in :gh:`124456`)
231+
(Contributed by Savannah Ostrowski in :gh:`124456`.)
232232

233233
ast
234234
---
@@ -273,19 +273,19 @@ ctypes
273273
to help match a non-default ABI.
274274
(Contributed by Petr Viktorin in :gh:`97702`.)
275275

276+
datetime
277+
--------
278+
279+
* Add :meth:`datetime.time.strptime` and :meth:`datetime.date.strptime`.
280+
(Contributed by Wannes Boeykens in :gh:`41431`.)
281+
276282
decimal
277283
-------
278284

279285
* Add alternative :class:`~decimal.Decimal` constructor
280286
:meth:`Decimal.from_number() <decimal.Decimal.from_number>`.
281287
(Contributed by Serhiy Storchaka in :gh:`121798`.)
282288

283-
datetime
284-
--------
285-
286-
* Add :meth:`datetime.time.strptime` and :meth:`datetime.date.strptime`.
287-
(Contributed by Wannes Boeykens in :gh:`41431`.)
288-
289289
dis
290290
---
291291

@@ -425,7 +425,7 @@ multiprocessing
425425
* :meth:`~dict.fromkeys`, ``reversed(d)``, ``d | {}``, ``{} | d``,
426426
``d |= {'b': 2}`` for proxies of :class:`dict`.
427427

428-
(Contributed by Roy Hyunjin Han for :gh:`103134`)
428+
(Contributed by Roy Hyunjin Han for :gh:`103134`.)
429429

430430

431431
operator
@@ -468,14 +468,6 @@ pathlib
468468
(Contributed by Barney Gale in :gh:`125413`.)
469469

470470

471-
platform
472-
--------
473-
474-
* Add :func:`platform.invalidate_caches` to invalidate the cached results.
475-
476-
(Contributed by Bénédikt Tran in :gh:`122549`.)
477-
478-
479471
pdb
480472
---
481473

@@ -490,6 +482,14 @@ pdb
490482
command when :mod:`pdb` is in ``inline`` mode.
491483
(Contributed by Tian Gao in :gh:`123757`.)
492484

485+
platform
486+
--------
487+
488+
* Add :func:`platform.invalidate_caches` to invalidate the cached results.
489+
490+
(Contributed by Bénédikt Tran in :gh:`122549`.)
491+
492+
493493
pickle
494494
------
495495

@@ -864,7 +864,7 @@ New features
864864
* Add :c:func:`PyLong_IsPositive`, :c:func:`PyLong_IsNegative`
865865
and :c:func:`PyLong_IsZero` for checking if :c:type:`PyLongObject`
866866
is positive, negative, or zero, respectively.
867-
(Contribued by James Roy and Sergey B Kirpichev in :gh:`126061`.)
867+
(Contributed by James Roy and Sergey B Kirpichev in :gh:`126061`.)
868868

869869
* Add new functions to convert C ``<stdint.h>`` numbers from/to Python
870870
:class:`int`:

0 commit comments

Comments
 (0)