@@ -807,7 +807,7 @@ numbers::
807807 >>> math.prod(likelihoods, start=prior)
808808 0.126
809809
810- (Contributed by Pablo Galindo in :issue: `35606 `)
810+ (Contributed by Pablo Galindo in :issue: `35606 `. )
811811
812812Added new function :func: `math.isqrt ` for computing integer square roots.
813813(Contributed by Mark Dickinson in :issue: `36887 `.)
@@ -913,12 +913,12 @@ pickle
913913Reduction methods can now include a 6th item in the tuple they return. This
914914item should specify a custom state-setting method that's called instead of the
915915regular ``__setstate__ `` method.
916- (Contributed by Pierre Glaser and Olivier Grisel in :issue: `35900 `)
916+ (Contributed by Pierre Glaser and Olivier Grisel in :issue: `35900 `. )
917917
918918:mod: `pickle ` extensions subclassing the C-optimized :class: `~pickle.Pickler `
919919can now override the pickling logic of functions and classes by defining the
920920special :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 `. )
922922
923923
924924plistlib
@@ -1278,7 +1278,7 @@ Optimizations
12781278
12791279* Removed one ``Py_ssize_t `` member from ``PyGC_Head ``. All GC tracked
12801280 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 `. )
12821282
12831283* :class: `uuid.UUID ` now uses ``__slots__ `` to reduce its memory footprint.
12841284 (Contributed by Wouter Bolsterlee and Tal Einat in :issue: `30977 `)
0 commit comments