]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99631: Add custom `loads` and `dumps` support for the `shelve` module (#118065)
authorFurkan Onder <furkanonder@protonmail.com>
Sat, 12 Jul 2025 12:27:32 +0000 (15:27 +0300)
committerGitHub <noreply@github.com>
Sat, 12 Jul 2025 12:27:32 +0000 (14:27 +0200)
commitdda70fa77125f189be038e2883b28ec4ea2d6e73
treeb324f13d9f1a9b07880c5bdfdb026e3a68fd7782
parentc564847e98db462edfc30a971da061eeb775e475
gh-99631: Add custom `loads` and `dumps` support for the `shelve` module (#118065)

Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/shelve.rst
Lib/shelve.py
Lib/test/test_shelve.py
Misc/NEWS.d/next/Library/2024-07-16-00-01-04.gh-issue-99631.GWD4fD.rst [new file with mode: 0644]