]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-99631: Add shelve custom serialization to What's New in 3.15 (#145253)
authorFurkan Onder <furkanonder@protonmail.com>
Fri, 13 Mar 2026 12:38:06 +0000 (21:38 +0900)
committerGitHub <noreply@github.com>
Fri, 13 Mar 2026 12:38:06 +0000 (14:38 +0200)
Doc/whatsnew/3.15.rst

index 7daea13d31c83d08a69cd58c59cb9e5a360bac97..459846e55ccf7057ba9d74a3de34bb4613d2c133 100644 (file)
@@ -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