]> granicus.if.org Git - python/commitdiff
Remove unused _better_reduce (which will disappear soon) and
authorGuido van Rossum <guido@python.org>
Tue, 18 Feb 2003 22:49:10 +0000 (22:49 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 18 Feb 2003 22:49:10 +0000 (22:49 +0000)
_reconstructor (whose import here is a mystery to me).

Lib/pickle.py

index f997f38d7ef227cb0bb180a16d82c6b513b68beb..53067d292482bbd097a9287a2f54b6b907efd3f7 100644 (file)
@@ -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