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