Kaydet (Commit) 443ada47 authored tarafından 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).
üst 2a30b21f
......@@ -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