From 9162238511197be119c5e7cdc554c1e39522a946 Mon Sep 17 00:00:00 2001 From: Furkan Onder Date: Fri, 13 Mar 2026 21:38:06 +0900 Subject: [PATCH] gh-99631: Add shelve custom serialization to What's New in 3.15 (#145253) --- Doc/whatsnew/3.15.rst | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3