Commit e275db12 authored by Guido van Rossum's avatar Guido van Rossum

Remove now unused _better_reduce.

parent ccdcd327
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment