@@ -807,7 +807,7 @@ numbers::
807
807
>>> math.prod(likelihoods, start=prior)
808
808
0.126
809
809
810
- (Contributed by Pablo Galindo in :issue: `35606 `)
810
+ (Contributed by Pablo Galindo in :issue: `35606 `. )
811
811
812
812
Added new function :func: `math.isqrt ` for computing integer square roots.
813
813
(Contributed by Mark Dickinson in :issue: `36887 `.)
@@ -913,12 +913,12 @@ pickle
913
913
Reduction methods can now include a 6th item in the tuple they return. This
914
914
item should specify a custom state-setting method that's called instead of the
915
915
regular ``__setstate__ `` method.
916
- (Contributed by Pierre Glaser and Olivier Grisel in :issue: `35900 `)
916
+ (Contributed by Pierre Glaser and Olivier Grisel in :issue: `35900 `. )
917
917
918
918
:mod: `pickle ` extensions subclassing the C-optimized :class: `~pickle.Pickler `
919
919
can now override the pickling logic of functions and classes by defining the
920
920
special :meth: `~pickle.Pickler.reducer_override ` method.
921
- (Contributed by Pierre Glaser and Olivier Grisel in :issue: `35900 `)
921
+ (Contributed by Pierre Glaser and Olivier Grisel in :issue: `35900 `. )
922
922
923
923
924
924
plistlib
@@ -1278,7 +1278,7 @@ Optimizations
1278
1278
1279
1279
* Removed one ``Py_ssize_t `` member from ``PyGC_Head ``. All GC tracked
1280
1280
objects (e.g. tuple, list, dict) size is reduced 4 or 8 bytes.
1281
- (Contributed by Inada Naoki in :issue: `33597 `)
1281
+ (Contributed by Inada Naoki in :issue: `33597 `. )
1282
1282
1283
1283
* :class: `uuid.UUID ` now uses ``__slots__ `` to reduce its memory footprint.
1284
1284
(Contributed by Wouter Bolsterlee and Tal Einat in :issue: `30977 `)
0 commit comments