We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e0c7bc + b38e20e commit 1602c34Copy full SHA for 1602c34
1 file changed
Lib/copyreg.py
@@ -1,8 +1,4 @@
1
-"""Helper to provide extensibility for pickle.
2
-
3
-This is only useful to add pickle support for extension types defined in
4
-C, not for instances of user-defined classes.
5
-"""
+"""Helper to provide extensibility for pickle."""
6
7
__all__ = ["pickle", "constructor",
8
"add_extension", "remove_extension", "clear_extension_cache"]
0 commit comments