File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -622,6 +622,20 @@ to a path.
622622(Contributed by Joannah Nanjekye in :issue: `26978 `)
623623
624624
625+ pickle
626+ ------
627+
628+ Reduction methods can now include a 6th item in the tuple they return. This
629+ item should specify a custom state-setting method that's called instead of the
630+ regular ``__setstate__ `` method.
631+ (Contributed by Pierre Glaser and Olivier Grisel in :issue: `35900 `)
632+
633+ :mod: `pickle ` extensions subclassing the C-optimized :class: `~pickle.Pickler `
634+ can now override the pickling logic of functions and classes by defining the
635+ special :meth: `~pickle.Pickler.reducer_override ` method.
636+ (Contributed by Pierre Glaser and Olivier Grisel in :issue: `35900 `)
637+
638+
625639plistlib
626640--------
627641
You can’t perform that action at this time.
0 commit comments