Skip to content

Commit 9162238

Browse files
authored
gh-99631: Add shelve custom serialization to What's New in 3.15 (#145253)
1 parent 59d9768 commit 9162238

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,9 @@ shelve
912912
* Added new :meth:`!reorganize` method to :mod:`shelve` used to recover unused free
913913
space previously occupied by deleted entries.
914914
(Contributed by Andrea Oliveri in :gh:`134004`.)
915+
* Add support for custom serialization and deserialization functions
916+
in the :mod:`shelve` module.
917+
(Contributed by Furkan Onder in :gh:`99631`.)
915918

916919

917920
socket

0 commit comments

Comments
 (0)