From abfdd706654cd9610bcc5c9c62a22571317e7752 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 7 Oct 1997 14:47:50 +0000 Subject: [PATCH] Add XXX note about wanting support for copy_reg.py... --- Lib/copy.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/copy.py b/Lib/copy.py index ef5b10edd0..ef1598285b 100644 --- a/Lib/copy.py +++ b/Lib/copy.py @@ -50,6 +50,8 @@ __getstate__() and __setstate__(). See the __doc__ string of module "pickle" for information on these methods. """ +# XXX need to support copy_reg here too... + import types error = 'copy.error' -- 2.40.0