From: Guido van Rossum Date: Tue, 7 Oct 1997 14:47:50 +0000 (+0000) Subject: Add XXX note about wanting support for copy_reg.py... X-Git-Tag: v1.5a4~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abfdd706654cd9610bcc5c9c62a22571317e7752;p=python Add XXX note about wanting support for copy_reg.py... --- 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'