Add XXX note about wanting support for copy_reg.py...

This commit is contained in:
Guido van Rossum 1997-10-07 14:47:50 +00:00
parent 90981e0e70
commit abfdd70665
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ class instances).
"pickle" for information on these methods.
"""
# XXX need to support copy_reg here too...
import types
error = 'copy.error'