commit | abfdd706654cd9610bcc5c9c62a22571317e7752 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Oct 07 14:47:50 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Oct 07 14:47:50 1997 +0000 |
tree | fd47fdfb958b208e12bf27e6f6fd1cb8209a7b5b | |
parent | 90981e0e70450bfb58f0d83d4e4d00a4a7d4d5d9 [diff] |
Add XXX note about wanting support for copy_reg.py...
diff --git a/Lib/copy.py b/Lib/copy.py index ef5b10e..ef15982 100644 --- a/Lib/copy.py +++ b/Lib/copy.py
@@ -50,6 +50,8 @@ "pickle" for information on these methods. """ +# XXX need to support copy_reg here too... + import types error = 'copy.error'