From 9c9cf41a011bb7506a59870119d429f92a963a3f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 19 Feb 2003 01:20:40 +0000 Subject: [PATCH] Remove now unused _better_reduce. --- Lib/copy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/copy.py b/Lib/copy.py index 9b9f5b3c9f7..1d7ba56ac9b 100644 --- a/Lib/copy.py +++ b/Lib/copy.py @@ -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