mirror of https://github.com/python/cpython.git
Add XXX note about wanting support for copy_reg.py...
This commit is contained in:
parent
90981e0e70
commit
abfdd70665
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue