From: Guido van Rossum Date: Wed, 19 Feb 2003 01:20:40 +0000 (+0000) Subject: Remove now unused _better_reduce. X-Git-Tag: v2.3c1~1777 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c9cf41a011bb7506a59870119d429f92a963a3f;p=thirdparty%2FPython%2Fcpython.git Remove now unused _better_reduce. --- diff --git a/Lib/copy.py b/Lib/copy.py index 9b9f5b3c9f7a..1d7ba56ac9b7 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