summaryrefslogtreecommitdiffstats
path: root/Modules/cPickle.c
diff options
context:
space:
mode:
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>