Remove now unused _better_reduce.

This commit is contained in:
Guido van Rossum 2003-02-19 01:20:40 +00:00
parent e690883ccf
commit 9c9cf41a01
1 changed files with 1 additions and 1 deletions

View 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