]> granicus.if.org Git - python/commitdiff
Add XXX note about wanting support for copy_reg.py...
authorGuido van Rossum <guido@python.org>
Tue, 7 Oct 1997 14:47:50 +0000 (14:47 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Oct 1997 14:47:50 +0000 (14:47 +0000)
Lib/copy.py

index ef5b10edd04b07f386a51992223e8eea4bb0a8be..ef1598285b311dd22ed00fb1ae4bdbb31ff2006f 100644 (file)
@@ -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'