From: Tim Peters Date: Sat, 1 Feb 2003 06:27:59 +0000 (+0000) Subject: The module docstring had an RCS ID from 1999 embedded in it. Enough X-Git-Tag: v2.3c1~2130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64c04d1df3ed33e9a99362db7651f22668bafc06;p=thirdparty%2FPython%2Fcpython.git The module docstring had an RCS ID from 1999 embedded in it. Enough already . --- diff --git a/Modules/cPickle.c b/Modules/cPickle.c index 1757ad4134c2..9cfcaea6e23f 100644 --- a/Modules/cPickle.c +++ b/Modules/cPickle.c @@ -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