]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
The module docstring had an RCS ID from 1999 embedded in it. Enough
authorTim Peters <tim.peters@gmail.com>
Sat, 1 Feb 2003 06:27:59 +0000 (06:27 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 1 Feb 2003 06:27:59 +0000 (06:27 +0000)
already <wink>.

Modules/cPickle.c

index 1757ad4134c285e6cc68f62f8c4cef7d7d4b4633..9cfcaea6e23f4889477b4c8a30b00fd61e0f22df 100644 (file)
@@ -3,9 +3,7 @@
 #include "structmember.h"
 
 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");
+"C implementation and optimization of the Python pickle module.");
 
 #ifndef Py_eval_input
 #include <graminit.h>