Skip to content

Commit fe66414

Browse files
author
gvanrossum
committed
Remove now unused _better_reduce.
git-svn-id: http://svn.python.org/projects/python/trunk@31491 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent d92ddcc commit fe66414

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/copy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class instances).
4949
"""
5050

5151
import types
52-
from copy_reg import _better_reduce, dispatch_table
52+
from copy_reg import dispatch_table
5353

5454
class Error(Exception):
5555
pass

0 commit comments

Comments
 (0)