@@ -228,7 +228,7 @@ argparse
228
228
* Introduced the optional *suggest_on_error * parameter to
229
229
:class: `argparse.ArgumentParser `, enabling suggestions for argument choices
230
230
and subparser names if mistyped by the user.
231
- (Contributed by Savannah Ostrowski in :gh: `124456 `)
231
+ (Contributed by Savannah Ostrowski in :gh: `124456 `. )
232
232
233
233
ast
234
234
---
@@ -273,19 +273,19 @@ ctypes
273
273
to help match a non-default ABI.
274
274
(Contributed by Petr Viktorin in :gh: `97702 `.)
275
275
276
+ datetime
277
+ --------
278
+
279
+ * Add :meth: `datetime.time.strptime ` and :meth: `datetime.date.strptime `.
280
+ (Contributed by Wannes Boeykens in :gh: `41431 `.)
281
+
276
282
decimal
277
283
-------
278
284
279
285
* Add alternative :class: `~decimal.Decimal ` constructor
280
286
:meth: `Decimal.from_number() <decimal.Decimal.from_number> `.
281
287
(Contributed by Serhiy Storchaka in :gh: `121798 `.)
282
288
283
- datetime
284
- --------
285
-
286
- * Add :meth: `datetime.time.strptime ` and :meth: `datetime.date.strptime `.
287
- (Contributed by Wannes Boeykens in :gh: `41431 `.)
288
-
289
289
dis
290
290
---
291
291
@@ -425,7 +425,7 @@ multiprocessing
425
425
* :meth: `~dict.fromkeys `, ``reversed(d) ``, ``d | {} ``, ``{} | d ``,
426
426
``d |= {'b': 2} `` for proxies of :class: `dict `.
427
427
428
- (Contributed by Roy Hyunjin Han for :gh: `103134 `)
428
+ (Contributed by Roy Hyunjin Han for :gh: `103134 `. )
429
429
430
430
431
431
operator
@@ -468,14 +468,6 @@ pathlib
468
468
(Contributed by Barney Gale in :gh: `125413 `.)
469
469
470
470
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
-
479
471
pdb
480
472
---
481
473
490
482
command when :mod: `pdb ` is in ``inline `` mode.
491
483
(Contributed by Tian Gao in :gh: `123757 `.)
492
484
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
+
493
493
pickle
494
494
------
495
495
@@ -864,7 +864,7 @@ New features
864
864
* Add :c:func: `PyLong_IsPositive `, :c:func: `PyLong_IsNegative `
865
865
and :c:func: `PyLong_IsZero ` for checking if :c:type: `PyLongObject `
866
866
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 `.)
868
868
869
869
* Add new functions to convert C ``<stdint.h> `` numbers from/to Python
870
870
:class: `int `:
0 commit comments