]> granicus.if.org Git - python/commit
Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 4 Mar 2012 17:31:48 +0000 (18:31 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 4 Mar 2012 17:31:48 +0000 (18:31 +0100)
commit8d3c290de4de275fc725b116050ea9d109af1ba8
treec86d3605279163460a7424a6b400dd851f50bb56
parentd1c351d39c8468daea1ece05c3a1b255f064f96f
Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions.
Patch by sbt.
Doc/library/copyreg.rst
Doc/library/pickle.rst
Lib/pickle.py
Lib/test/pickletester.py
Lib/test/test_pickle.py
Misc/NEWS
Modules/_pickle.c