Skip to content

Commit 1602c34

Browse files
Merge pull request #1 from rodrigodesalvobraz/rodrigodesalvobraz-patch-1
Small change: Delete out of the data comment from copyreg.py
2 parents 5e0c7bc + b38e20e commit 1602c34

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Lib/copyreg.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
"""
1+
"""Helper to provide extensibility for pickle."""
62

73
__all__ = ["pickle", "constructor",
84
"add_extension", "remove_extension", "clear_extension_cache"]

0 commit comments

Comments
 (0)