[Python-checkins] python/dist/src/Modules cPickle.c,2.103,2.104

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Fri, 31 Jan 2003 22:28:01 -0800


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

Modified Files:
	cPickle.c 
Log Message:
The module docstring had an RCS ID from 1999 embedded in it.  Enough
already <wink>.


Index: cPickle.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cPickle.c,v
retrieving revision 2.103
retrieving revision 2.104
diff -C2 -d -r2.103 -r2.104
*** cPickle.c	1 Feb 2003 06:24:36 -0000	2.103
--- cPickle.c	1 Feb 2003 06:27:59 -0000	2.104
***************
*** 4,10 ****
  
  PyDoc_STRVAR(cPickle_module_documentation,
! "C implementation and optimization of the Python pickle module\n"
! "\n"
! "cPickle.c,v 1.71 1999/07/11 13:30:34 jim Exp\n");
  
  #ifndef Py_eval_input
--- 4,8 ----
  
  PyDoc_STRVAR(cPickle_module_documentation,
! "C implementation and optimization of the Python pickle module.");
  
  #ifndef Py_eval_input