From 00f6a98fe6a9b42ba060d31daf656a407886a11d Mon Sep 17 00:00:00 2001 From: furkanonder Date: Thu, 26 Feb 2026 22:01:06 +0900 Subject: [PATCH] Doc: Add shelve custom serialization to What's New in 3.15 --- 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 8c92ac8e0319da..d0895d670a8b6f 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -661,6 +661,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