[Python-checkins] python/dist/src/Lib pickle.py,1.64,1.65

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Thu, 30 May 2002 05:12:06 -0700


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

Modified Files:
	pickle.py 
Log Message:
Remove comment about inheritance, look one line up

Index: pickle.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/pickle.py,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** pickle.py	29 May 2002 16:18:42 -0000	1.64
--- pickle.py	30 May 2002 12:12:04 -0000	1.65
***************
*** 43,51 ****
  
  class PickleError(Exception):
!     """A common base class for the other pickling exceptions.
! 
!     Inherits from \exception{Exception}.
! 
!     """
      pass
  
--- 43,47 ----
  
  class PickleError(Exception):
!     """A common base class for the other pickling exceptions."""
      pass