[Python-checkins] python/dist/src/Lib copy.py,1.37,1.38

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Tue, 18 Feb 2003 17:20:42 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv24642

Modified Files:
	copy.py 
Log Message:
Remove now unused _better_reduce.


Index: copy.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/copy.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** copy.py	19 Feb 2003 01:19:27 -0000	1.37
--- copy.py	19 Feb 2003 01:20:40 -0000	1.38
***************
*** 50,54 ****
  
  import types
! from copy_reg import _better_reduce, dispatch_table
  
  class Error(Exception):
--- 50,54 ----
  
  import types
! from copy_reg import dispatch_table
  
  class Error(Exception):