]> granicus.if.org Git - python/commitdiff
Remove now unused _better_reduce.
authorGuido van Rossum <guido@python.org>
Wed, 19 Feb 2003 01:20:40 +0000 (01:20 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 19 Feb 2003 01:20:40 +0000 (01:20 +0000)
Lib/copy.py

index 9b9f5b3c9f7a089ac5fd10b2f8bd916dbcc5cf70..1d7ba56ac9b71e482bfaf3dd73f5df3b93664502 100644 (file)
@@ -49,7 +49,7 @@ __getstate__() and __setstate__().  See the documentation for module
 """
 
 import types
-from copy_reg import _better_reduce, dispatch_table
+from copy_reg import dispatch_table
 
 class Error(Exception):
     pass