Commit cc546deb authored by Guido van Rossum's avatar Guido van Rossum

Remove unused _better_reduce (which will disappear soon) and

_reconstructor (whose import here is a mystery to me).
parent 9a8c698c
......@@ -27,7 +27,7 @@ Misc variables:
__version__ = "$Revision$" # Code version
from types import *
from copy_reg import dispatch_table, _reconstructor, _better_reduce
from copy_reg import dispatch_table
from copy_reg import _extension_registry, _inverted_registry, _extension_cache
import marshal
import sys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment