https://github.com/python/cpython/commit/9162238511197be119c5e7cdc554c1e39522a946
commit: 9162238511197be119c5e7cdc554c1e39522a946
branch: main
author: Furkan Onder <[email protected]>
committer: hugovk <[email protected]>
date: 2026-03-13T14:38:06+02:00
summary:

gh-99631: Add shelve custom serialization to What's New in 3.15 (#145253)

files:
M Doc/whatsnew/3.15.rst

diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst
index 7daea13d31c83d..459846e55ccf70 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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to