summaryrefslogtreecommitdiffstats
path: root/Modules/cPickle.c
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-02-01 06:27:59 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-02-01 06:27:59 (GMT)
commit64c04d1df3ed33e9a99362db7651f22668bafc06 (patch)
tree5576ce74d430ce03090df8f306417b2f93911df5 /Modules/cPickle.c
parentcba30e2c966dad2050c4475795012c4a8cec908a (diff)
downloadcpython-64c04d1df3ed33e9a99362db7651f22668bafc06.zip
cpython-64c04d1df3ed33e9a99362db7651f22668bafc06.tar.gz
cpython-64c04d1df3ed33e9a99362db7651f22668bafc06.tar.bz2
The module docstring had an RCS ID from 1999 embedded in it. Enough
already <wink>.
Diffstat (limited to 'Modules/cPickle.c')
-rw-r--r--Modules/cPickle.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Modules/cPickle.c b/Modules/cPickle.c
index 1757ad4..9cfcaea 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 <graminit.h>