From: Furkan Onder Date: Fri, 13 Mar 2026 12:38:06 +0000 (+0900) Subject: gh-99631: Add shelve custom serialization to What's New in 3.15 (#145253) X-Git-Tag: v3.15.0a8~326 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9162238511197be119c5e7cdc554c1e39522a946;p=thirdparty%2FPython%2Fcpython.git gh-99631: Add shelve custom serialization to What's New in 3.15 (#145253) --- diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index 7daea13d31c8..459846e55ccf 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -912,6 +912,9 @@ shelve * Added new :meth:`!reorganize` method to :mod:`shelve` used to recover unused free space previously occupied by deleted entries. (Contributed by Andrea Oliveri in :gh:`134004`.) +* Add support for custom serialization and deserialization functions + in the :mod:`shelve` module. + (Contributed by Furkan Onder in :gh:`99631`.) socket