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